Searched refs:getCombiner (Results 1 – 8 of 8) sorted by relevance
220 Expr *getCombiner() { return Combiner; } in getCombiner() function221 const Expr *getCombiner() const { return Combiner; } in getCombiner() function
591 Visit(D->getCombiner()); in VisitOMPDeclareReductionDecl()
1787 TRY_TO(TraverseStmt(D->getCombiner()));
1826 D->getCombiner()->printPretty(Out, nullptr, Policy, 0, "\n", &Context); in VisitOMPDeclareReductionDecl()
2340 dumpPointer(D->getCombiner()); in VisitOMPDeclareReductionDecl()
2128 Record.AddStmt(D->getCombiner()); in VisitOMPDeclareReductionDecl()
3666 Expr *Combiner = D->getCombiner(); in VisitOMPDeclareReductionDecl()
1137 CGM, D->getType(), D->getCombiner(), in emitUserDefinedReduction()