Searched refs:getCombiner (Results 1 – 8 of 8) sorted by relevance
221 Expr *getCombiner() { return Combiner; } in getCombiner() function222 const Expr *getCombiner() const { return Combiner; } in getCombiner() function
490 Visit(D->getCombiner()); in VisitOMPDeclareReductionDecl()
1758 TRY_TO(TraverseStmt(D->getCombiner()));
1706 D->getCombiner()->printPretty(Out, nullptr, Policy, 0, "\n", &Context); in VisitOMPDeclareReductionDecl()
1867 dumpPointer(D->getCombiner()); in VisitOMPDeclareReductionDecl()
1890 Record.AddStmt(D->getCombiner()); in VisitOMPDeclareReductionDecl()
3484 Expr *Combiner = D->getCombiner(); in VisitOMPDeclareReductionDecl()
1157 CGM, D->getType(), D->getCombiner(), in emitUserDefinedReduction()