Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp19510 Scope *S, DeclGroupPtrTy DeclReductions, bool IsValid) { in ActOnOpenMPDeclareReductionDirectiveEnd() argument
19511 for (Decl *D : DeclReductions.get()) { in ActOnOpenMPDeclareReductionDirectiveEnd()
19520 return DeclReductions; in ActOnOpenMPDeclareReductionDirectiveEnd()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h10405 Scope *S, DeclGroupPtrTy DeclReductions, bool IsValid);