clang 22.0.0git
clang::OpenACCReductionRecipe Struct Reference

#include "clang/AST/OpenACCClause.h"

Classes

struct  CombinerRecipe

Public Member Functions

bool isSet () const

Public Attributes

VarDeclAllocaDecl
llvm::ArrayRef< CombinerRecipeCombinerRecipes

Friends

class OpenACCReductionClause

Detailed Description

Definition at line 1281 of file OpenACCClause.h.

Member Function Documentation

◆ isSet()

bool clang::OpenACCReductionRecipe::isSet ( ) const
inline

Definition at line 1304 of file OpenACCClause.h.

References AllocaDecl.

◆ OpenACCReductionClause

friend class OpenACCReductionClause
friend

Definition at line 1307 of file OpenACCClause.h.

References AllocaDecl, CombinerRecipes, and OpenACCReductionClause.

Referenced by OpenACCReductionClause.

Member Data Documentation

◆ AllocaDecl

VarDecl* clang::OpenACCReductionRecipe::AllocaDecl

Definition at line 1282 of file OpenACCClause.h.

Referenced by isSet(), and OpenACCReductionClause.

◆ CombinerRecipes

llvm::ArrayRef<CombinerRecipe> clang::OpenACCReductionRecipe::CombinerRecipes

Definition at line 1302 of file OpenACCClause.h.

Referenced by OpenACCReductionClause.


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