clang 20.0.0git
|
A 'default' clause, has the optional 'none' or 'present' argument. More...
#include "clang/AST/OpenACCClause.h"
Public Member Functions | |
OpenACCDefaultClauseKind | getDefaultClauseKind () 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 |
Static Public Member Functions | |
static bool | classof (const OpenACCClause *C) |
static OpenACCDefaultClause * | Create (const ASTContext &C, OpenACCDefaultClauseKind K, SourceLocation BeginLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
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 | |
OpenACCDefaultClause (OpenACCDefaultClauseKind K, SourceLocation BeginLoc, SourceLocation LParenLoc, 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) | |
Friends | |
class | ASTReaderStmt |
class | ASTWriterStmt |
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 > |
A 'default' clause, has the optional 'none' or 'present' argument.
Definition at line 281 of file OpenACCClause.h.
|
inlineprotected |
Definition at line 288 of file OpenACCClause.h.
References clang::None, and clang::Present.
|
inlinestatic |
Definition at line 299 of file OpenACCClause.h.
References clang::C, and clang::Default.
|
static |
Definition at line 48 of file OpenACCClause.cpp.
References clang::C.
Referenced by clang::ASTRecordReader::readOpenACCClause().
|
inline |
Definition at line 302 of file OpenACCClause.h.
|
friend |
Definition at line 282 of file OpenACCClause.h.
|
friend |
Definition at line 283 of file OpenACCClause.h.