clang 22.0.0git
|
#include "clang/AST/OpenACCClause.h"
Public Member Functions | |
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 OpenACCNoHostClause * | Create (const ASTContext &Ctx, SourceLocation BeginLoc, SourceLocation EndLoc) |
![]() | |
static bool | classof (const OpenACCClause *) |
Protected Member Functions | |
OpenACCNoHostClause (SourceLocation BeginLoc, SourceLocation EndLoc) | |
![]() | |
OpenACCClause (OpenACCClauseKind K, SourceLocation BeginLoc, SourceLocation EndLoc) | |
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 > |
Definition at line 170 of file OpenACCClause.h.
|
inlineprotected |
Definition at line 172 of file OpenACCClause.h.
|
inline |
Definition at line 182 of file OpenACCClause.h.
|
inline |
Definition at line 185 of file OpenACCClause.h.
|
inlinestatic |
Definition at line 176 of file OpenACCClause.h.
References clang::C, and clang::NoHost.
|
static |
Definition at line 539 of file OpenACCClause.cpp.
References clang::C.
Referenced by clang::ASTRecordReader::readOpenACCClause().