clang 22.0.0git
|
#include "clang/AST/OpenACCClause.h"
Public Member Functions | |
OpenACCReductionRecipeWithStorage (VarDecl *A, llvm::ArrayRef< CombinerRecipe > Combiners) | |
OpenACCReductionRecipeWithStorage (const OpenACCReductionRecipeWithStorage &Other) | |
OpenACCReductionRecipeWithStorage (OpenACCReductionRecipeWithStorage &&Other) | |
OpenACCReductionRecipeWithStorage & | operator= (OpenACCReductionRecipeWithStorage &&)=delete |
OpenACCReductionRecipeWithStorage & | operator= (const OpenACCReductionRecipeWithStorage &)=delete |
Public Member Functions inherited from clang::OpenACCReductionRecipe | |
OpenACCReductionRecipe (VarDecl *A, llvm::ArrayRef< CombinerRecipe > Combiners) | |
bool | isSet () const |
Static Public Member Functions | |
static OpenACCReductionRecipeWithStorage | Empty () |
Additional Inherited Members | |
Public Attributes inherited from clang::OpenACCReductionRecipe | |
VarDecl * | AllocaDecl |
llvm::ArrayRef< CombinerRecipe > | CombinerRecipes |
Definition at line 1313 of file OpenACCClause.h.
|
inline |
Definition at line 1318 of file OpenACCClause.h.
References clang::OpenACCReductionRecipe::OpenACCReductionRecipe().
Referenced by Empty(), OpenACCReductionRecipeWithStorage(), OpenACCReductionRecipeWithStorage(), operator=(), and operator=().
|
inline |
Definition at line 1324 of file OpenACCClause.h.
References clang::OpenACCReductionRecipe::CombinerRecipes, clang::OpenACCReductionRecipe::OpenACCReductionRecipe(), OpenACCReductionRecipeWithStorage(), and clang::Other.
|
inline |
Definition at line 1331 of file OpenACCClause.h.
References clang::OpenACCReductionRecipe::CombinerRecipes, clang::OpenACCReductionRecipe::OpenACCReductionRecipe(), OpenACCReductionRecipeWithStorage(), and clang::Other.
|
inlinestatic |
Definition at line 1345 of file OpenACCClause.h.
References OpenACCReductionRecipeWithStorage().
Referenced by clang::SemaOpenACC::CreateReductionInitRecipe().
|
delete |
References OpenACCReductionRecipeWithStorage().
|
delete |
References OpenACCReductionRecipeWithStorage().