|
clang 22.0.0git
|
#include "clang/AST/OpenACCClause.h"
Public Member Functions | |
| OpenACCReductionRecipeWithStorage (VarDecl *A, llvm::ArrayRef< OpenACCReductionRecipe::CombinerRecipe > Combiners) | |
Static Public Member Functions | |
| static OpenACCReductionRecipeWithStorage | Empty () |
Public Attributes | |
| VarDecl * | AllocaDecl |
| llvm::SmallVector< OpenACCReductionRecipe::CombinerRecipe, 1 > | CombinerRecipes |
Definition at line 1315 of file OpenACCClause.h.
|
inline |
Definition at line 1319 of file OpenACCClause.h.
References AllocaDecl, and CombinerRecipes.
Referenced by Empty().
|
inlinestatic |
Definition at line 1324 of file OpenACCClause.h.
References OpenACCReductionRecipeWithStorage().
Referenced by clang::SemaOpenACC::CreateReductionInitRecipe().
| VarDecl* clang::OpenACCReductionRecipeWithStorage::AllocaDecl |
Definition at line 1316 of file OpenACCClause.h.
Referenced by OpenACCReductionRecipeWithStorage().
| llvm::SmallVector<OpenACCReductionRecipe::CombinerRecipe, 1> clang::OpenACCReductionRecipeWithStorage::CombinerRecipes |
Definition at line 1317 of file OpenACCClause.h.
Referenced by clang::OpenACCReductionClause::Create(), and OpenACCReductionRecipeWithStorage().