clang 22.0.0git
|
#include "clang/AST/OpenACCClause.h"
Public Member Functions | |
OpenACCPrivateRecipe (VarDecl *A, Expr *I) | |
bool | isSet () const |
Static Public Member Functions | |
static OpenACCPrivateRecipe | Empty () |
Public Attributes | |
VarDecl * | AllocaDecl |
Expr * | InitExpr |
Definition at line 841 of file OpenACCClause.h.
Definition at line 845 of file OpenACCClause.h.
References AllocaDecl, and InitExpr.
Referenced by Empty().
|
inlinestatic |
Definition at line 851 of file OpenACCClause.h.
References OpenACCPrivateRecipe().
Referenced by clang::SemaOpenACC::CreatePrivateInitRecipe().
|
inline |
Definition at line 849 of file OpenACCClause.h.
References AllocaDecl.
VarDecl* clang::OpenACCPrivateRecipe::AllocaDecl |
Definition at line 842 of file OpenACCClause.h.
Referenced by isSet(), and OpenACCPrivateRecipe().
Expr* clang::OpenACCPrivateRecipe::InitExpr |
Definition at line 843 of file OpenACCClause.h.
Referenced by OpenACCPrivateRecipe().