clang 20.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 | hasConditionExpr () const |
const Expr * | getConditionExpr () const |
Expr * | getConditionExpr () |
ArrayRef< Expr * > | getVarList () |
ArrayRef< Expr * > | getVarList () const |
child_range | children () |
const_child_range | children () const |
![]() | |
SourceLocation | getLParenLoc () const |
child_range | children () |
const_child_range | children () const |
![]() | |
OpenACCClauseKind | getClauseKind () const |
SourceLocation | getBeginLoc () const |
SourceLocation | getEndLoc () 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 bool | classof (const OpenACCClause *C) |
![]() | |
static bool | classof (const OpenACCClause *) |
Additional Inherited Members | |
![]() | |
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 > |
![]() | |
OpenACCClauseWithParams (OpenACCClauseKind K, SourceLocation BeginLoc, SourceLocation LParenLoc, SourceLocation EndLoc) | |
![]() | |
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 332 of file OpenACCClause.h.
|
inline |
Definition at line 395 of file OpenACCClause.h.
Referenced by children().
|
inline |
Definition at line 401 of file OpenACCClause.h.
References children().
|
inlinestatic |
Definition at line 356 of file OpenACCClause.h.
References clang::C, and clang::Self.
Referenced by clang::OpenACCClauseWithParams::classof().
|
static |
Definition at line 97 of file OpenACCClause.cpp.
References clang::C.
|
static |
Definition at line 87 of file OpenACCClause.cpp.
References clang::C.
Referenced by clang::ASTRecordReader::readOpenACCClause().
|
inline |
Definition at line 376 of file OpenACCClause.h.
|
inline |
Definition at line 368 of file OpenACCClause.h.
Definition at line 384 of file OpenACCClause.h.
Definition at line 389 of file OpenACCClause.h.
|
inline |
Definition at line 362 of file OpenACCClause.h.
|
inline |
Definition at line 360 of file OpenACCClause.h.