clang: clang::OpenACCCopyClause Class Reference (original) (raw)
#include "[clang/AST/OpenACCClause.h](OpenACCClause%5F8h%5Fsource.html)"
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::OpenACCClauseWithVarList |
|
ArrayRef< Expr * > |
getVarList () |
|
|
ArrayRef< Expr * > |
getVarList () const |
|
|
Public Member Functions inherited from clang::OpenACCClauseWithExprs |
|
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 |
|
|
Protected Member Functions inherited from clang::OpenACCClauseWithVarList |
|
|
OpenACCClauseWithVarList (OpenACCClauseKind K, SourceLocation BeginLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
|
|
Protected Member Functions inherited from clang::OpenACCClauseWithExprs |
|
|
OpenACCClauseWithExprs (OpenACCClauseKind K, SourceLocation BeginLoc, SourceLocation LParenLoc, SourceLocation EndLoc) |
|
|
void |
setExprs (MutableArrayRef< Expr * > NewExprs) |
|
Used only for initialization, the leaf class can initialize this to trailing storage. |
|
|
llvm::ArrayRef< Expr * > |
getExprs () const |
|
Gets the entire list of expressions, but leave it to the individual clauses to expose this how they'd like. |
|
|
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) |
|
|
Definition at line 1015 of file OpenACCClause.h.
◆ classof()
static bool clang::OpenACCCopyClause::classof ( const OpenACCClause * C) |
inlinestatic |
◆ Create()
The documentation for this class was generated from the following files: