clang 22.0.0git
OpenACCExitDataConstruct Class Referencefinal

#include "clang/AST/StmtOpenACC.h"

Inheritance diagram for OpenACCExitDataConstruct:
[legend]

Static Public Member Functions

static bool classof (const Stmt *T)
static OpenACCExitDataConstructCreateEmpty (const ASTContext &C, unsigned NumClauses)
static OpenACCExitDataConstructCreate (const ASTContext &C, SourceLocation Start, SourceLocation DirectiveLoc, SourceLocation End, ArrayRef< const OpenACCClause * > Clauses)

Detailed Description

Definition at line 369 of file StmtOpenACC.h.

Member Function Documentation

◆ classof()

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

Definition at line 392 of file StmtOpenACC.h.

◆ Create()

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

Definition at line 162 of file StmtOpenACC.cpp.

References clang::C.

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

◆ CreateEmpty()

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

Definition at line 153 of file StmtOpenACC.cpp.

References clang::C.


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