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
459 Visit(D->getCombiner()); in VisitOMPDeclareReductionDecl()
1619 TRY_TO(TraverseStmt(D->getCombiner()));
1688 D->getCombiner()->printPretty(Out, nullptr, Policy, 0, "\n", &Context); in VisitOMPDeclareReductionDecl()
1782 dumpPointer(D->getCombiner()); in VisitOMPDeclareReductionDecl()
1862 Record.AddStmt(D->getCombiner()); in VisitOMPDeclareReductionDecl()
3298 Expr *Combiner = D->getCombiner(); in VisitOMPDeclareReductionDecl()
1174 CGM, D->getType(), D->getCombiner(), in emitUserDefinedReduction()