clang 20.0.0git
|
This is the base type for all OpenACC Clauses. More...
#include "clang/AST/OpenACCClause.h"
Public Types | |
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 > |
Public Member Functions | |
OpenACCClauseKind | getClauseKind () const |
SourceLocation | getBeginLoc () const |
SourceLocation | getEndLoc () const |
child_range | children () |
const_child_range | children () const |
virtual | ~OpenACCClause ()=default |
Static Public Member Functions | |
static bool | classof (const OpenACCClause *) |
Protected Member Functions | |
OpenACCClause (OpenACCClauseKind K, SourceLocation BeginLoc, SourceLocation EndLoc) | |
This is the base type for all OpenACC Clauses.
Definition at line 24 of file OpenACCClause.h.
Definition at line 43 of file OpenACCClause.h.
using clang::OpenACCClause::child_range = llvm::iterator_range<child_iterator> |
Definition at line 45 of file OpenACCClause.h.
Definition at line 44 of file OpenACCClause.h.
using clang::OpenACCClause::const_child_range = llvm::iterator_range<const_child_iterator> |
Definition at line 46 of file OpenACCClause.h.
|
inlineprotected |
Definition at line 29 of file OpenACCClause.h.
References clang::SourceLocation::isInvalid().
|
virtualdefault |
OpenACCClause::child_range OpenACCClause::children | ( | ) |
Definition at line 99 of file OpenACCClause.cpp.
References getClauseKind().
Referenced by children().
|
inline |
Definition at line 49 of file OpenACCClause.h.
References children().
|
inlinestatic |
Definition at line 41 of file OpenACCClause.h.
|
inline |
Definition at line 38 of file OpenACCClause.h.
References clang::SourceRange::getBegin().
|
inline |
Definition at line 37 of file OpenACCClause.h.
Referenced by children().
|
inline |
Definition at line 39 of file OpenACCClause.h.
References clang::SourceRange::getEnd().