clang 22.0.0git
|
Represents one of the handful of classes that has an optional/required 'condition' expression as an argument. More...
#include "clang/AST/OpenACCClause.h"
Public Member Functions | |
bool | hasConditionExpr () const |
const Expr * | getConditionExpr () const |
Expr * | getConditionExpr () |
child_range | children () |
const_child_range | children () const |
Public Member Functions inherited from clang::OpenACCClauseWithParams | |
SourceLocation | getLParenLoc () const |
child_range | children () |
const_child_range | children () const |
Public Member Functions inherited from clang::OpenACCClause | |
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 Public Member Functions inherited from clang::OpenACCClauseWithParams | |
static bool | classof (const OpenACCClause *C) |
Static Public Member Functions inherited from clang::OpenACCClause | |
static bool | classof (const OpenACCClause *) |
Protected Member Functions | |
OpenACCClauseWithCondition (OpenACCClauseKind K, SourceLocation BeginLoc, SourceLocation LParenLoc, Expr *ConditionExpr, SourceLocation EndLoc) | |
Protected Member Functions inherited from clang::OpenACCClauseWithParams | |
OpenACCClauseWithParams (OpenACCClauseKind K, SourceLocation BeginLoc, SourceLocation LParenLoc, SourceLocation EndLoc) | |
Protected Member Functions inherited from clang::OpenACCClause | |
OpenACCClause (OpenACCClauseKind K, SourceLocation BeginLoc, SourceLocation EndLoc) |
Additional Inherited Members | |
Public Types inherited from clang::OpenACCClause | |
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> |
Represents one of the handful of classes that has an optional/required 'condition' expression as an argument.
Definition at line 354 of file OpenACCClause.h.
|
inlineprotected |
Definition at line 358 of file OpenACCClause.h.
References clang::OpenACCClauseWithParams::OpenACCClauseWithParams().
Referenced by clang::OpenACCIfClause::OpenACCIfClause().
|
inline |
Definition at line 371 of file OpenACCClause.h.
|
inline |
Definition at line 378 of file OpenACCClause.h.
|
static |
Definition at line 48 of file OpenACCClause.cpp.
References clang::C, and clang::OpenACCIfClause::classof().
Referenced by clang::OpenACCClauseWithParams::classof().
|
inline |
Definition at line 369 of file OpenACCClause.h.
|
inline |
Definition at line 368 of file OpenACCClause.h.
|
inline |
Definition at line 367 of file OpenACCClause.h.