Home
last modified time | relevance | path

Searched refs:ActOnOpenMPDeclareReductionCombinerStart (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h266 void ActOnOpenMPDeclareReductionCombinerStart(Scope *S, Decl *D);
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp382 Actions.OpenMP().ActOnOpenMPDeclareReductionCombinerStart(getCurScope(), D); in ParseOpenMPDeclareReductionDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3687 SemaRef.OpenMP().ActOnOpenMPDeclareReductionCombinerStart( in VisitOMPDeclareReductionDecl()
H A DSemaOpenMP.cpp21402 void SemaOpenMP::ActOnOpenMPDeclareReductionCombinerStart(Scope *S, Decl *D) { in ActOnOpenMPDeclareReductionCombinerStart() function in SemaOpenMP