clang 20.0.0git
|
#include "clang/AST/OpenACCClause.h"
Static Public Member Functions | |
static bool | classof (const OpenACCClause *C) |
static OpenACCNumWorkersClause * | Create (const ASTContext &C, 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 *) |
Definition at line 509 of file OpenACCClause.h.
|
inlinestatic |
Definition at line 514 of file OpenACCClause.h.
References clang::C, and clang::NumWorkers.
Referenced by clang::OpenACCClauseWithSingleIntExpr::classof().
|
static |
Definition at line 128 of file OpenACCClause.cpp.
References clang::C.
Referenced by clang::ASTRecordReader::readOpenACCClause().