|
clang 23.0.0git
|
This represents clause 'inclusive' in the '#pragma omp scan' directive. More...
#include "clang/AST/OpenMPClause.h"
Public Member Functions | |
| child_range | children () |
| const_child_range | children () const |
| child_range | used_children () |
| const_child_range | used_children () const |
Static Public Member Functions | |
| static OMPInclusiveClause * | Create (const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, ArrayRef< Expr * > VL) |
| Creates clause with a list of variables VL. | |
| static OMPInclusiveClause * | CreateEmpty (const ASTContext &C, unsigned N) |
| Creates an empty clause with the place for N variables. | |
| static bool | classof (const OMPClause *T) |
Friends | |
| class | OMPClauseReader |
This represents clause 'inclusive' in the '#pragma omp scan' directive.
In this example directive '#pragma omp scan' has clause 'inclusive' with the variables 'a' and 'b'.
Definition at line 9150 of file OpenMPClause.h.
|
inline |
Definition at line 9195 of file OpenMPClause.h.
Referenced by children().
|
inline |
Definition at line 9200 of file OpenMPClause.h.
References children().
Definition at line 9211 of file OpenMPClause.h.
|
static |
Creates clause with a list of variables VL.
| C | AST context. |
| StartLoc | Starting location of the clause. |
| LParenLoc | Location of '('. |
| EndLoc | Ending location of the clause. |
| VL | List of references to the original variables. |
Definition at line 1659 of file OpenMPClause.cpp.
References clang::C.
Referenced by clang::SemaOpenMP::ActOnOpenMPInclusiveClause().
|
static |
Creates an empty clause with the place for N variables.
| C | AST context. |
| N | The number of variables. |
Definition at line 1671 of file OpenMPClause.cpp.
References clang::C.
Referenced by clang::OMPClauseReader::readClause().
|
inline |
Definition at line 9204 of file OpenMPClause.h.
|
inline |
Definition at line 9207 of file OpenMPClause.h.
|
friend |
Definition at line 9153 of file OpenMPClause.h.
References OMPClauseReader.
Referenced by OMPClauseReader.