Home
last modified time | relevance | path

Searched refs:DeclReductions (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp22002 Scope *S, DeclGroupPtrTy DeclReductions, bool IsValid) { in ActOnOpenMPDeclareReductionDirectiveEnd() argument
22003 for (Decl *D : DeclReductions.get()) { in ActOnOpenMPDeclareReductionDirectiveEnd()
22012 return DeclReductions; in ActOnOpenMPDeclareReductionDirectiveEnd()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h10880 Scope *S, DeclGroupPtrTy DeclReductions, bool IsValid);