clang 20.0.0git
|
A 'self' clause, which has an optional condition expression. More...
#include "clang/AST/OpenACCClause.h"
Static Public Member Functions | |
static bool | classof (const OpenACCClause *C) |
static OpenACCSelfClause * | Create (const ASTContext &C, SourceLocation BeginLoc, SourceLocation LParenLoc, Expr *ConditionExpr, SourceLocation EndLoc) |
Static Public Member Functions inherited from clang::OpenACCClauseWithCondition | |
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 *) |
A 'self' clause, which has an optional condition expression.
Definition at line 364 of file OpenACCClause.h.
|
inlinestatic |
Definition at line 369 of file OpenACCClause.h.
References clang::C, and clang::Self.
Referenced by clang::OpenACCClauseWithCondition::classof().
|
static |
Definition at line 79 of file OpenACCClause.cpp.
References clang::C.
Referenced by clang::ASTRecordReader::readOpenACCClause().