|
clang 22.0.0git
|
This represents the 'contains' clause in the '#pragma omp assume' directive. More...
#include "clang/AST/OpenMPClause.h"
Static Public Member Functions | |
| static OMPContainsClause * | Create (const ASTContext &C, ArrayRef< OpenMPDirectiveKind > DKVec, SourceLocation Loc, SourceLocation LLoc, SourceLocation RLoc) |
| static OMPContainsClause * | CreateEmpty (const ASTContext &C, unsigned NumKinds) |
| static bool | classof (const OMPClause *C) |
| Static Public Member Functions inherited from clang::OMPClause | |
| static bool | classof (const OMPClause *) |
Additional Inherited Members | |
| Public Types inherited from clang::OMPClause | |
| using | child_iterator = StmtIterator |
| using | const_child_iterator = ConstStmtIterator |
| using | child_range = llvm::iterator_range<child_iterator> |
| using | const_child_range = llvm::iterator_range<const_child_iterator> |
| Public Member Functions inherited from clang::OMPDirectiveListClause< OMPContainsClause > | |
| OMPDirectiveListClause (OpenMPClauseKind K, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, unsigned NumKinds) | |
| Build a clause with NumKinds directive kinds. | |
| child_range | children () |
| child_range | used_children () |
| MutableArrayRef< OpenMPDirectiveKind > | getDirectiveKinds () |
| void | setDirectiveKinds (ArrayRef< OpenMPDirectiveKind > DK) |
| SourceLocation | getLParenLoc () |
| void | setLParenLoc (SourceLocation S) |
| Public Member Functions inherited from clang::OMPClause | |
| SourceLocation | getBeginLoc () const |
| Returns the starting location of the clause. | |
| SourceLocation | getEndLoc () const |
| Returns the ending location of the clause. | |
| void | setLocStart (SourceLocation Loc) |
| Sets the starting location of the clause. | |
| void | setLocEnd (SourceLocation Loc) |
| Sets the ending location of the clause. | |
| OpenMPClauseKind | getClauseKind () const |
| Returns kind of OpenMP clause (private, shared, reduction, etc.). | |
| bool | isImplicit () const |
| child_range | children () |
| const_child_range | children () const |
| child_range | used_children () |
| Get the iterator range for the expressions used in the clauses. | |
| const_child_range | used_children () const |
| Protected Member Functions inherited from clang::OMPClause | |
| OMPClause (OpenMPClauseKind K, SourceLocation StartLoc, SourceLocation EndLoc) | |
| Protected Attributes inherited from clang::OMPDirectiveListClause< OMPContainsClause > | |
| unsigned | NumKinds |
| Number of directive kinds listed in the clause. | |
This represents the 'contains' clause in the '#pragma omp assume' directive.
In this example directive '#pragma omp assume' has a 'contains' clause.
Definition at line 2568 of file OpenMPClause.h.
Definition at line 2599 of file OpenMPClause.h.
References clang::C.
|
static |
Definition at line 1862 of file OpenMPClause.cpp.
References clang::C.
Referenced by clang::SemaOpenMP::ActOnOpenMPDirectivePresenceClause().
|
static |
Definition at line 1872 of file OpenMPClause.cpp.
References clang::C.
Referenced by clang::OMPClauseReader::readClause().