clang 22.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 |
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 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 320 of file OpenACCClause.h.
|
inlineprotected |
Definition at line 327 of file OpenACCClause.h.
References clang::Default, clang::None, clang::OpenACCClauseWithParams::OpenACCClauseWithParams(), and clang::Present.
Referenced by Create().
|
inlinestatic |
Definition at line 338 of file OpenACCClause.h.
References clang::C, and clang::Default.
|
static |
Definition at line 59 of file OpenACCClause.cpp.
References clang::C, and OpenACCDefaultClause().
Referenced by clang::ASTRecordReader::readOpenACCClause().
|
inline |
Definition at line 341 of file OpenACCClause.h.
|
friend |
Definition at line 321 of file OpenACCClause.h.
References ASTReaderStmt.
Referenced by ASTReaderStmt.
|
friend |
Definition at line 322 of file OpenACCClause.h.
References ASTWriterStmt.
Referenced by ASTWriterStmt.