Searched refs:ActOnOpenMPDeclareReductionCombinerStart (Results 1 – 4 of 4) sorted by relevance
266 void ActOnOpenMPDeclareReductionCombinerStart(Scope *S, Decl *D);
382 Actions.OpenMP().ActOnOpenMPDeclareReductionCombinerStart(getCurScope(), D); in ParseOpenMPDeclareReductionDirective()
3687 SemaRef.OpenMP().ActOnOpenMPDeclareReductionCombinerStart( in VisitOMPDeclareReductionDecl()
21402 void SemaOpenMP::ActOnOpenMPDeclareReductionCombinerStart(Scope *S, Decl *D) { in ActOnOpenMPDeclareReductionCombinerStart() function in SemaOpenMP