Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp22708 Scope *S, DeclGroupPtrTy DeclReductions, bool IsValid) { in ActOnOpenMPDeclareReductionDirectiveEnd() argument
22709 for (Decl *D : DeclReductions.get()) { in ActOnOpenMPDeclareReductionDirectiveEnd()
22718 return DeclReductions; in ActOnOpenMPDeclareReductionDirectiveEnd()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11587 Scope *S, DeclGroupPtrTy DeclReductions, bool IsValid);