clang 20.0.0git
|
#include "clang/AST/OpenACCClause.h"
Static Public Member Functions | |
static bool | classof (const OpenACCClause *C) |
static OpenACCVectorClause * | 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 | |
OpenACCVectorClause (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. | |
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 565 of file OpenACCClause.h.
|
protected |
Definition at line 480 of file OpenACCClause.cpp.
References clang::Expr::getType(), clang::Expr::isInstantiationDependent(), and clang::Type::isIntegerType().
|
inlinestatic |
Definition at line 571 of file OpenACCClause.h.
References clang::C, and clang::Vector.
Referenced by clang::OpenACCClauseWithSingleIntExpr::classof().
|
static |
Definition at line 490 of file OpenACCClause.cpp.
References clang::C.
Referenced by clang::ASTRecordReader::readOpenACCClause().