clang 22.0.0git
|
A 'self' clause, which has an optional condition expression, or, in the event of an 'update' directive, contains a 'VarList'. More...
#include "clang/AST/OpenACCClause.h"
Public Member Functions | |
bool | isConditionExprClause () const |
bool | isVarListClause () const |
bool | isEmptySelfClause () const |
bool | hasConditionExpr () const |
const Expr * | getConditionExpr () const |
Expr * | getConditionExpr () |
ArrayRef< Expr * > | getVarList () |
ArrayRef< Expr * > | getVarList () const |
child_range | children () |
const_child_range | children () const |
Public Member Functions inherited from clang::OpenACCClauseWithParams | |
SourceLocation | getLParenLoc () const |
child_range | children () |
const_child_range | children () const |
Public Member Functions inherited from clang::OpenACCClause | |
OpenACCClauseKind | getClauseKind () const |
SourceLocation | getBeginLoc () const |
SourceLocation | getEndLoc () const |
SourceRange | getSourceRange () const |
child_range | children () |
const_child_range | children () const |
virtual | ~OpenACCClause ()=default |
Static Public Member Functions | |
static bool | classof (const OpenACCClause *C) |
static OpenACCSelfClause * | Create (const ASTContext &C, SourceLocation BeginLoc, SourceLocation LParenLoc, Expr *ConditionExpr, SourceLocation EndLoc) |
static OpenACCSelfClause * | Create (const ASTContext &C, SourceLocation BeginLoc, SourceLocation LParenLoc, ArrayRef< Expr * > ConditionExpr, SourceLocation EndLoc) |
Static Public Member Functions inherited from clang::OpenACCClauseWithParams | |
static bool | classof (const OpenACCClause *C) |
Static Public Member Functions inherited from clang::OpenACCClause | |
static bool | classof (const OpenACCClause *) |
Additional Inherited Members | |
Public Types inherited from clang::OpenACCClause | |
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> |
Protected Member Functions inherited from clang::OpenACCClauseWithParams | |
OpenACCClauseWithParams (OpenACCClauseKind K, SourceLocation BeginLoc, SourceLocation LParenLoc, SourceLocation EndLoc) | |
Protected Member Functions inherited from clang::OpenACCClause | |
OpenACCClause (OpenACCClauseKind K, SourceLocation BeginLoc, SourceLocation EndLoc) |
A 'self' clause, which has an optional condition expression, or, in the event of an 'update' directive, contains a 'VarList'.
Definition at line 404 of file OpenACCClause.h.
|
inline |
Definition at line 470 of file OpenACCClause.h.
Referenced by children().
|
inline |
Definition at line 476 of file OpenACCClause.h.
References Children, and children().
|
inlinestatic |
Definition at line 426 of file OpenACCClause.h.
References clang::C, and clang::Self.
Referenced by clang::OpenACCClauseWithParams::classof().
|
static |
Definition at line 100 of file OpenACCClause.cpp.
References clang::C.
|
static |
Definition at line 90 of file OpenACCClause.cpp.
References clang::C.
Referenced by clang::ASTRecordReader::readOpenACCClause().
|
inline |
Definition at line 451 of file OpenACCClause.h.
|
inline |
Definition at line 443 of file OpenACCClause.h.
Definition at line 459 of file OpenACCClause.h.
Referenced by isEmptySelfClause().
Definition at line 464 of file OpenACCClause.h.
|
inline |
Definition at line 437 of file OpenACCClause.h.
Referenced by isEmptySelfClause().
|
inline |
Definition at line 430 of file OpenACCClause.h.
Referenced by isEmptySelfClause(), and isVarListClause().
|
inline |
Definition at line 432 of file OpenACCClause.h.
References getVarList(), hasConditionExpr(), and isConditionExprClause().
|
inline |
Definition at line 431 of file OpenACCClause.h.
References isConditionExprClause().