clang 22.0.0git
OpenACCSetConstruct Class Referencefinal

#include "clang/AST/StmtOpenACC.h"

Inheritance diagram for OpenACCSetConstruct:
[legend]

Static Public Member Functions

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

Detailed Description

Definition at line 692 of file StmtOpenACC.h.

Member Function Documentation

◆ classof()

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

Definition at line 716 of file StmtOpenACC.h.

◆ Create()

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

Definition at line 273 of file StmtOpenACC.cpp.

References clang::C.

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

◆ CreateEmpty()

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

Definition at line 264 of file StmtOpenACC.cpp.

References clang::C.


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