Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3633 Expr *SubstCombiner = nullptr; in VisitOMPDeclareReductionDecl() local
3648 SubstCombiner = SemaRef.SubstExpr(Combiner, TemplateArgs).get(); in VisitOMPDeclareReductionDecl()
3649 SemaRef.ActOnOpenMPDeclareReductionCombinerEnd(NewDRD, SubstCombiner); in VisitOMPDeclareReductionDecl()
3674 IsCorrect = IsCorrect && SubstCombiner && in VisitOMPDeclareReductionDecl()