clang: clang::OpenACCAutoClause Class Reference (original) (raw)
#include "[clang/AST/OpenACCClause.h](OpenACCClause%5F8h%5Fsource.html)"
Public Member Functions | |
---|---|
child_range | children () |
const_child_range | children () const |
![]() |
|
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 *C) |
static OpenACCAutoClause * | Create (const ASTContext &Ctx, SourceLocation BeginLoc, SourceLocation EndLoc) |
![]() |
|
static bool | classof (const OpenACCClause *) |
Protected Member Functions |
---|
![]() |
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 58 of file OpenACCClause.h.
◆ children() [1/2]
child_range clang::OpenACCAutoClause::children ( ) | inline |
---|
◆ children() [2/2]
◆ classof()
static bool clang::OpenACCAutoClause::classof ( const OpenACCClause * C) | inlinestatic |
---|
◆ Create()
The documentation for this class was generated from the following files:
- include/clang/AST/OpenACCClause.h
- lib/AST/OpenACCClause.cpp