clang 22.0.0git
|
#include "clang/AST/OpenACCClause.h"
Public Member Functions | |
bool | isStringArgument () const |
const StringLiteral * | getStringArgument () const |
bool | isIdentifierArgument () const |
const IdentifierInfo * | getIdentifierArgument () const |
![]() | |
SourceLocation | getLParenLoc () const |
child_range | children () |
const_child_range | children () const |
![]() | |
OpenACCClauseKind | getClauseKind () const |
SourceLocation | getBeginLoc () const |
SourceLocation | getEndLoc () const |
SourceRange | getSourceRange () const |
child_range | children () |
const_child_range | children () const |
virtual | ~OpenACCClause ()=default |
Static Public Member Functions | |
static bool | classof (const OpenACCClause *C) |
static OpenACCBindClause * | Create (const ASTContext &C, SourceLocation BeginLoc, SourceLocation LParenLoc, const IdentifierInfo *ID, SourceLocation EndLoc) |
static OpenACCBindClause * | Create (const ASTContext &C, SourceLocation BeginLoc, SourceLocation LParenLoc, const StringLiteral *SL, SourceLocation EndLoc) |
![]() | |
static bool | classof (const OpenACCClause *C) |
![]() | |
static bool | classof (const OpenACCClause *) |
Additional Inherited Members | |
![]() | |
using | child_iterator = StmtIterator |
using | const_child_iterator = ConstStmtIterator |
using | child_range = llvm::iterator_range< child_iterator > |
using | const_child_range = llvm::iterator_range< const_child_iterator > |
![]() | |
OpenACCClauseWithParams (OpenACCClauseKind K, SourceLocation BeginLoc, SourceLocation LParenLoc, SourceLocation EndLoc) | |
![]() | |
OpenACCClause (OpenACCClauseKind K, SourceLocation BeginLoc, SourceLocation EndLoc) | |
Definition at line 213 of file OpenACCClause.h.
|
inlinestatic |
Definition at line 228 of file OpenACCClause.h.
References clang::Bind, and clang::C.
Referenced by clang::OpenACCClauseWithParams::classof().
|
static |
Definition at line 623 of file OpenACCClause.cpp.
References clang::C.
Referenced by clang::ASTRecordReader::readOpenACCClause().
|
static |
Definition at line 614 of file OpenACCClause.cpp.
References clang::C.
|
inline |
Definition at line 252 of file OpenACCClause.h.
Referenced by clang::operator==().
|
inline |
Definition at line 244 of file OpenACCClause.h.
Referenced by clang::operator==().
|
inline |
Definition at line 248 of file OpenACCClause.h.
|
inline |
Definition at line 240 of file OpenACCClause.h.
Referenced by clang::operator==().