clang 20.0.0git
|
#include "clang/AST/OpenACCClause.h"
Static Public Member Functions | |
static bool | classof (const OpenACCClause *C) |
static OpenACCCopyClause * | Create (const ASTContext &C, OpenACCClauseKind Spelling, 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 698 of file OpenACCClause.h.
|
inlinestatic |
Definition at line 716 of file OpenACCClause.h.
References clang::C, clang::Copy, clang::PCopy, and clang::PresentOrCopy.
Referenced by clang::OpenACCClauseWithVarList::classof().
|
static |
Definition at line 260 of file OpenACCClause.cpp.
References clang::C.
Referenced by clang::ASTRecordReader::readOpenACCClause().