class OMPDynamicAllocatorsClause

Declaration

class OMPDynamicAllocatorsClause : public OMPClause { /* full declaration omitted */ };

Description

This represents 'dynamic_allocators' clause in the '#pragma omp requires' directive. In this example directive '#pragma omp requires' has 'dynamic_allocators' clause.

Declared at: clang/include/clang/AST/OpenMPClause.h:1441

Inherits from: OMPClause

Member Variables

Method Overview

Inherited from OMPClause:

Methods

OMPDynamicAllocatorsClause(
    clang::SourceLocation StartLoc,
    clang::SourceLocation EndLoc)

Description

Build 'dynamic_allocators' clause.

Declared at: clang/include/clang/AST/OpenMPClause.h:1448

Parameters

clang::SourceLocation StartLoc
Starting location of the clause.
clang::SourceLocation EndLoc
Ending location of the clause.

OMPDynamicAllocatorsClause()

Description

Build an empty clause.

Declared at: clang/include/clang/AST/OpenMPClause.h:1452

clang::OMPClause::child_range children()

Declared at: clang/include/clang/AST/OpenMPClause.h:1456

clang::OMPClause::const_child_range children()
    const

Declared at: clang/include/clang/AST/OpenMPClause.h:1460

static bool classof(const clang::OMPClause* T)

Declared at: clang/include/clang/AST/OpenMPClause.h:1471

Parameters

const clang::OMPClause* T

clang::OMPClause::child_range used_children()

Declared at: clang/include/clang/AST/OpenMPClause.h:1464

clang::OMPClause::const_child_range
used_children() const

Declared at: clang/include/clang/AST/OpenMPClause.h:1467