Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp19893 Scope *S, DeclGroupPtrTy DeclReductions, bool IsValid) { in ActOnOpenMPDeclareReductionDirectiveEnd() argument
19894 for (Decl *D : DeclReductions.get()) { in ActOnOpenMPDeclareReductionDirectiveEnd()
19903 return DeclReductions; in ActOnOpenMPDeclareReductionDirectiveEnd()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10494 Scope *S, DeclGroupPtrTy DeclReductions, bool IsValid);