clang 22.0.0git
OpenACCUpdateConstruct Class Referencefinal

#include "clang/AST/StmtOpenACC.h"

Inheritance diagram for OpenACCUpdateConstruct:
[legend]

Static Public Member Functions

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

Detailed Description

Definition at line 727 of file StmtOpenACC.h.

Member Function Documentation

◆ classof()

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

Definition at line 751 of file StmtOpenACC.h.

◆ Create()

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

Definition at line 293 of file StmtOpenACC.cpp.

References clang::C.

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

◆ CreateEmpty()

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

Definition at line 284 of file StmtOpenACC.cpp.

References clang::C.


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