Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h278 Scope *S, DeclGroupPtrTy DeclReductions, bool IsValid);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp22430 Scope *S, DeclGroupPtrTy DeclReductions, bool IsValid) { in ActOnOpenMPDeclareReductionDirectiveEnd() argument
22431 for (Decl *D : DeclReductions.get()) { in ActOnOpenMPDeclareReductionDirectiveEnd()
22440 return DeclReductions; in ActOnOpenMPDeclareReductionDirectiveEnd()