clang: clang::OpenACCClauseWithParams Class Reference (original) (raw)
Represents a clause that has a list of parameters. More...
#include "[clang/AST/OpenACCClause.h](OpenACCClause%5F8h%5Fsource.html)"
Inheritance diagram for clang::OpenACCClauseWithParams:
Public Member Functions | |
---|---|
SourceLocation | getLParenLoc () const |
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 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 > |
Detailed Description
Represents a clause that has a list of parameters.
Definition at line 167 of file OpenACCClause.h.
Constructor & Destructor Documentation
Member Function Documentation
◆ children() [1/2]
child_range clang::OpenACCClauseWithParams::children ( ) | inline |
---|
◆ children() [2/2]
◆ classof()
◆ getLParenLoc()
SourceLocation clang::OpenACCClauseWithParams::getLParenLoc ( ) const | inline |
---|
The documentation for this class was generated from the following files:
- include/clang/AST/OpenACCClause.h
- lib/AST/OpenACCClause.cpp