clang: OpenACCShutdownConstruct Class Reference (original) (raw)

#include "[clang/AST/StmtOpenACC.h](StmtOpenACC%5F8h%5Fsource.html)"

Inheritance diagram for OpenACCShutdownConstruct:

[legend]

Static Public Member Functions
static bool classof (const Stmt *T)
static OpenACCShutdownConstruct * CreateEmpty (const ASTContext &C, unsigned NumClauses)
static OpenACCShutdownConstruct * Create (const ASTContext &C, SourceLocation Start, SourceLocation DirectiveLoc, SourceLocation End, ArrayRef< const OpenACCClause * > Clauses)

Detailed Description

Definition at line 658 of file StmtOpenACC.h.

Member Function Documentation

classof()

bool OpenACCShutdownConstruct::classof ( const Stmt * T) inlinestatic

Definition at line 681 of file StmtOpenACC.h.

Create()

OpenACCShutdownConstruct * OpenACCShutdownConstruct::Create ( const ASTContext & C, SourceLocation Start, SourceLocation DirectiveLoc, SourceLocation End, ArrayRef< const OpenACCClause * > Clauses ) static

Definition at line 255 of file StmtOpenACC.cpp.

References clang::C.

Referenced by clang::SemaOpenACC::ActOnEndStmtDirective().

CreateEmpty()

OpenACCShutdownConstruct * OpenACCShutdownConstruct::CreateEmpty ( const ASTContext & C, unsigned NumClauses ) static

Definition at line 246 of file StmtOpenACC.cpp.

References clang::C.


The documentation for this class was generated from the following files: