clang 20.0.0git
Public Member Functions | Static Public Member Functions | List of all members
clang::OpenACCHostDataConstruct Class Referencefinal

#include "clang/AST/StmtOpenACC.h"

Inheritance diagram for clang::OpenACCHostDataConstruct:
Inheritance graph
[legend]

Public Member Functions

StmtgetStructuredBlock ()
 
const StmtgetStructuredBlock () const
 
- Public Member Functions inherited from clang::OpenACCAssociatedStmtConstruct
child_range children ()
 
const_child_range children () const
 
- Public Member Functions inherited from clang::OpenACCConstructStmt
OpenACCDirectiveKind getDirectiveKind () const
 
SourceLocation getBeginLoc () const
 
SourceLocation getEndLoc () const
 
SourceLocation getDirectiveLoc () const
 
ArrayRef< const OpenACCClause * > clauses () const
 
child_range children ()
 
const_child_range children () const
 
- Public Member Functions inherited from clang::Stmt
void * operator new (size_t bytes, const ASTContext &C, unsigned alignment=8)
 
void * operator new (size_t bytes, const ASTContext *C, unsigned alignment=8)
 
void * operator new (size_t bytes, void *mem) noexcept
 
void operator delete (void *, const ASTContext &, unsigned) noexcept
 
void operator delete (void *, const ASTContext *, unsigned) noexcept
 
void operator delete (void *, size_t) noexcept
 
void operator delete (void *, void *) noexcept
 
 Stmt ()=delete
 
 Stmt (const Stmt &)=delete
 
 Stmt (Stmt &&)=delete
 
Stmtoperator= (const Stmt &)=delete
 
Stmtoperator= (Stmt &&)=delete
 
 Stmt (StmtClass SC)
 
StmtClass getStmtClass () const
 
const char * getStmtClassName () const
 
SourceRange getSourceRange () const LLVM_READONLY
 SourceLocation tokens are not useful in isolation - they are low level value objects created/interpreted by SourceManager.
 
SourceLocation getBeginLoc () const LLVM_READONLY
 
SourceLocation getEndLoc () const LLVM_READONLY
 
void dump () const
 Dumps the specified AST fragment and all subtrees to llvm::errs().
 
void dump (raw_ostream &OS, const ASTContext &Context) const
 
int64_t getID (const