clang 20.0.0git
|
#include "clang/AST/OpenACCClause.h"
Public Member Functions | |
bool | hasQueuesTag () const |
SourceLocation | getQueuesLoc () const |
bool | hasDevNumExpr () const |
Expr * | getDevNumExpr () const |
llvm::ArrayRef< Expr * > | getQueueIdExprs () |
llvm::ArrayRef< Expr * > | getQueueIdExprs () const |
Public Member Functions inherited from clang::OpenACCClauseWithExprs | |
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 |
child_range | children () |
const_child_range | children () const |
virtual | ~OpenACCClause ()=default |
Static Public Member Functions | |
static bool | classof (const OpenACCClause *C) |
static OpenACCWaitClause * | Create (const ASTContext &C, SourceLocation BeginLoc, SourceLocation LParenLoc, Expr *DevNumExpr, SourceLocation QueuesLoc, ArrayRef< Expr * > QueueIdExprs, SourceLocation EndLoc) |
Static Public Member Functions inherited from clang::OpenACCClauseWithExprs | |
static bool | classof (const OpenACCClause *C) |
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::OpenACCClauseWithExprs | |
OpenACCClauseWithExprs (OpenACCClauseKind K, SourceLocation BeginLoc, SourceLocation LParenLoc, SourceLocation EndLoc) | |
void | setExprs (MutableArrayRef< Expr * > NewExprs) |
Used only for initialization, the leaf class can initialize this to trailing storage. | |
llvm::ArrayRef< Expr * > | getExprs () const |
Gets the entire list of expressions, but leave it to the individual clauses to expose this how they'd like. | |
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) | |
Definition at line 412 of file OpenACCClause.h.
|
inlinestatic |
Definition at line 433 of file OpenACCClause.h.
References clang::C, and clang::Wait.
Referenced by clang::OpenACCClauseWithExprs::classof().
|
static |
Definition at line 178 of file OpenACCClause.cpp.
References clang::C.
Referenced by clang::ASTRecordReader::readOpenACCClause().
|
inline |
Definition at line 445 of file OpenACCClause.h.
References clang::OpenACCClauseWithExprs::getExprs().
|
inline |
Definition at line 446 of file OpenACCClause.h.
References clang::OpenACCClauseWithExprs::getExprs().
|
inline |
Definition at line 449 of file OpenACCClause.h.
References clang::OpenACCClauseWithExprs::getExprs().
|
inline |
Definition at line 443 of file OpenACCClause.h.
|
inline |
Definition at line 444 of file OpenACCClause.h.
References clang::OpenACCClauseWithExprs::getExprs().
|
inline |
Definition at line 442 of file OpenACCClause.h.