clang: clang::OpenACCIfClause Class Reference (original) (raw)
An 'if' clause, which has a required condition expression. More...
#include "[clang/AST/OpenACCClause.h](OpenACCClause%5F8h%5Fsource.html)"
Inheritance diagram for clang::OpenACCIfClause:
Static Public Member Functions | |
---|---|
static bool | classof (const OpenACCClause *C) |
static OpenACCIfClause * | Create (const ASTContext &C, SourceLocation BeginLoc, SourceLocation LParenLoc, Expr *ConditionExpr, SourceLocation EndLoc) |
![]() |
|
static bool | classof (const OpenACCClause *C) |
![]() |
|
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 > |
![]() |
|
bool | hasConditionExpr () const |
const Expr * | getConditionExpr () const |
Expr * | getConditionExpr () |
child_range | children () |
const_child_range | children () const |
![]() |
|
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 |
Detailed Description
An 'if' clause, which has a required condition expression.
Definition at line 316 of file OpenACCClause.h.
Constructor & Destructor Documentation
Member Function Documentation
◆ classof()
◆ Create()
The documentation for this class was generated from the following files:
- include/clang/AST/OpenACCClause.h
- lib/AST/OpenACCClause.cpp