clang 22.0.0git
|
#include "clang/AST/OpenACCClause.h"
Static Public Member Functions | |
static bool | classof (const OpenACCClause *C) |
static OpenACCWorkerClause * | Create (const ASTContext &Ctx, SourceLocation BeginLoc, SourceLocation LParenLoc, Expr *IntExpr, SourceLocation EndLoc) |
Static Public Member Functions inherited from clang::OpenACCClauseWithSingleIntExpr | |
static bool | classof (const OpenACCClause *C) |
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 *) |
Protected Member Functions | |
OpenACCWorkerClause (SourceLocation BeginLoc, SourceLocation LParenLoc, Expr *IntExpr, SourceLocation EndLoc) | |
Protected Member Functions inherited from clang::OpenACCClauseWithSingleIntExpr | |
OpenACCClauseWithSingleIntExpr (OpenACCClauseKind K, SourceLocation BeginLoc, SourceLocation LParenLoc, Expr *IntExpr, SourceLocation EndLoc) | |
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. | |
void | setExprs (MutableArrayRef< Expr * > NewStorage, ArrayRef< Expr * > Exprs) |
Used only for initialization, the leaf class can initialize this to trailing storage, and initialize the data in the trailing storage as well. | |
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 696 of file OpenACCClause.h.
|
protected |
Definition at line 558 of file OpenACCClause.cpp.
References clang::OpenACCClauseWithSingleIntExpr::OpenACCClauseWithSingleIntExpr(), and clang::Worker.
Referenced by Create().
|
inlinestatic |
Definition at line 702 of file OpenACCClause.h.
References clang::C, and clang::Worker.
Referenced by clang::OpenACCClauseWithSingleIntExpr::classof().
|
static |
Definition at line 568 of file OpenACCClause.cpp.
References clang::C, and OpenACCWorkerClause().
Referenced by clang::ASTRecordReader::readOpenACCClause().