clang 22.0.0git
|
#include "clang/AST/OpenACCClause.h"
Classes | |
struct | CombinerRecipe |
Public Member Functions | |
bool | isSet () const |
Public Attributes | |
VarDecl * | AllocaDecl |
llvm::ArrayRef< CombinerRecipe > | CombinerRecipes |
Friends | |
class | OpenACCReductionClause |
Definition at line 1281 of file OpenACCClause.h.
|
inline |
Definition at line 1304 of file OpenACCClause.h.
References AllocaDecl.
|
friend |
Definition at line 1307 of file OpenACCClause.h.
References AllocaDecl, CombinerRecipes, and OpenACCReductionClause.
Referenced by OpenACCReductionClause.
VarDecl* clang::OpenACCReductionRecipe::AllocaDecl |
Definition at line 1282 of file OpenACCClause.h.
Referenced by isSet(), and OpenACCReductionClause.
llvm::ArrayRef<CombinerRecipe> clang::OpenACCReductionRecipe::CombinerRecipes |
Definition at line 1302 of file OpenACCClause.h.
Referenced by OpenACCReductionClause.