Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSemaOpenMP.h266 void ActOnOpenMPDeclareReductionCombinerStart(Scope *S, Decl *D);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseOpenMP.cpp382 Actions.OpenMP().ActOnOpenMPDeclareReductionCombinerStart(getCurScope(), D); in ParseOpenMPDeclareReductionDirective()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateInstantiateDecl.cpp3687 SemaRef.OpenMP().ActOnOpenMPDeclareReductionCombinerStart( in VisitOMPDeclareReductionDecl()
HDSemaOpenMP.cpp21402 void SemaOpenMP::ActOnOpenMPDeclareReductionCombinerStart(Scope *S, Decl *D) { in ActOnOpenMPDeclareReductionCombinerStart() function in SemaOpenMP