Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h269 void ActOnOpenMPDeclareReductionCombinerEnd(Decl *D, Expr *Combiner);
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp256 Actions.OpenMP().ActOnOpenMPDeclareReductionCombinerEnd( in ParseOpenMPDeclareReductionDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4244 SemaRef.OpenMP().ActOnOpenMPDeclareReductionCombinerEnd(NewDRD, in VisitOMPDeclareReductionDecl()
H A DSemaOpenMP.cpp22345 void SemaOpenMP::ActOnOpenMPDeclareReductionCombinerEnd(Decl *D, in ActOnOpenMPDeclareReductionCombinerEnd() function in SemaOpenMP