clang 20.0.0git
|
An 'if' clause, which has a required condition expression. More...
#include "clang/AST/OpenACCClause.h"
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 Public Member Functions inherited from clang::OpenACCClauseWithCondition | |
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 | |
OpenACCIfClause (SourceLocation BeginLoc, SourceLocation LParenLoc, Expr *ConditionExpr, SourceLocation EndLoc) | |
Protected Member Functions inherited from clang::OpenACCClauseWithCondition | |
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 > |
Public Member Functions inherited from clang::OpenACCClauseWithCondition | |
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 |
child_range | children () |
const_child_range | children () const |
virtual | ~OpenACCClause ()=default |
An 'if' clause, which has a required condition expression.
Definition at line 349 of file OpenACCClause.h.
|
protected |
Definition at line 68 of file OpenACCClause.cpp.
References clang::Expr::getType(), clang::Expr::isInstantiationDependent(), and clang::Type::isScalarType().
|
inlinestatic |
Definition at line 355 of file OpenACCClause.h.
References clang::C, and clang::If.
Referenced by clang::OpenACCClauseWithCondition::classof().
|
static |
Definition at line 59 of file OpenACCClause.cpp.
References clang::C.
Referenced by clang::ASTRecordReader::readOpenACCClause().