clang 22.0.0git
clang::OpenACCReductionRecipeWithStorage Struct Reference

#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

VarDeclAllocaDecl
llvm::SmallVector< OpenACCReductionRecipe::CombinerRecipe, 1 > CombinerRecipes

Detailed Description

Definition at line 1315 of file OpenACCClause.h.

Constructor & Destructor Documentation

◆ OpenACCReductionRecipeWithStorage()

clang::OpenACCReductionRecipeWithStorage::OpenACCReductionRecipeWithStorage ( VarDecl * A,
llvm::ArrayRef< OpenACCReductionRecipe::CombinerRecipe > Combiners )
inline

Definition at line 1319 of file OpenACCClause.h.

References AllocaDecl, and CombinerRecipes.

Referenced by Empty().

Member Function Documentation

◆ Empty()

OpenACCReductionRecipeWithStorage clang::OpenACCReductionRecipeWithStorage::Empty ( )
inlinestatic

Member Data Documentation

◆ AllocaDecl

VarDecl* clang::OpenACCReductionRecipeWithStorage::AllocaDecl

Definition at line 1316 of file OpenACCClause.h.

Referenced by OpenACCReductionRecipeWithStorage().

◆ CombinerRecipes

llvm::SmallVector<OpenACCReductionRecipe::CombinerRecipe, 1> clang::OpenACCReductionRecipeWithStorage::CombinerRecipes

The documentation for this struct was generated from the following file: