clang 20.0.0git
|
#include "clang/AST/OpenACCClause.h"
Static Public Member Functions | |
static bool | classof (const OpenACCClause *C) |
static OpenACCFirstPrivateClause * | Create (const ASTContext &C, SourceLocation BeginLoc, SourceLocation LParenLoc, ArrayRef< Expr * > VarList, SourceLocation EndLoc) |
Static Public Member Functions inherited from clang::OpenACCClauseWithVarList | |
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 *) |
Definition at line 588 of file OpenACCClause.h.
|
inlinestatic |
Definition at line 602 of file OpenACCClause.h.
References clang::C, and clang::FirstPrivate.
Referenced by clang::OpenACCClauseWithVarList::classof().
|
static |
Definition at line 210 of file OpenACCClause.cpp.
References clang::C.
Referenced by clang::ASTRecordReader::readOpenACCClause().