|
clang 23.0.0git
|
#include "clang/AST/OpenMPClause.h"
Public Types | |
| 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 | |
| OMPOneStmtClause (Stmt *S, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) | |
| OMPOneStmtClause () | |
| template<typename T> | |
| T * | getStmtAs () const |
Return the associated statement, potentially casted to T. | |
| void | setLParenLoc (SourceLocation Loc) |
| Sets the location of '('. | |
| SourceLocation | getLParenLoc () const |
| Returns the location of '('. | |
| child_range | children () |
| const_child_range | children () const |
| child_range | used_children () |
| const_child_range | used_children () const |
Static Public Member Functions | |
| static bool | classof (const OMPClause *T) |
Protected Member Functions | |
| void | setStmt (Stmt *S) |
Definition at line 143 of file OpenMPClause.h.
| using clang::OMPOneStmtClause< ClauseKind, Base >::child_iterator = StmtIterator |
Definition at line 170 of file OpenMPClause.h.
| using clang::OMPOneStmtClause< ClauseKind, Base >::child_range = llvm::iterator_range<child_iterator> |
Definition at line 172 of file OpenMPClause.h.
| using clang::OMPOneStmtClause< ClauseKind, Base >::const_child_iterator = ConstStmtIterator |
Definition at line 171 of file OpenMPClause.h.
| using clang::OMPOneStmtClause< ClauseKind, Base >::const_child_range = llvm::iterator_range<const_child_iterator> |
Definition at line 173 of file OpenMPClause.h.
|
inline |
Definition at line 155 of file OpenMPClause.h.
|
inline |
Definition at line 159 of file OpenMPClause.h.
|
inline |
Definition at line 175 of file OpenMPClause.h.
|
inline |
Definition at line 177 of file OpenMPClause.h.
|
inlinestatic |
Definition at line 187 of file OpenMPClause.h.
|
inline |
Returns the location of '('.
Definition at line 168 of file OpenMPClause.h.
|
inline |
Return the associated statement, potentially casted to T.
Definition at line 162 of file OpenMPClause.h.
|
inline |
Sets the location of '('.
Definition at line 165 of file OpenMPClause.h.
|
inlineprotected |
Definition at line 152 of file OpenMPClause.h.
|
inline |
Definition at line 180 of file OpenMPClause.h.
|
inline |
Definition at line 183 of file OpenMPClause.h.