clang 20.0.0git
|
#include "clang/AST/OpenACCClause.h"
Static Public Member Functions | |
static bool | classof (const OpenACCClause *C) |
static OpenACCPrivateClause * | 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 566 of file OpenACCClause.h.
|
inlinestatic |
Definition at line 580 of file OpenACCClause.h.
References clang::C, and clang::Private.
Referenced by clang::OpenACCClauseWithVarList::classof().
|
static |
Definition at line 200 of file OpenACCClause.cpp.
References clang::C.
Referenced by clang::ASTRecordReader::readOpenACCClause().