Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp22293 Scope *S, DeclGroupPtrTy DeclReductions, bool IsValid) { in ActOnOpenMPDeclareReductionDirectiveEnd() argument
22294 for (Decl *D : DeclReductions.get()) { in ActOnOpenMPDeclareReductionDirectiveEnd()
22303 return DeclReductions; in ActOnOpenMPDeclareReductionDirectiveEnd()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h11210 Scope *S, DeclGroupPtrTy DeclReductions, bool IsValid);