Searched refs:getReductionRef (Results 1 – 4 of 4) sorted by relevance
2717 const Expr *getReductionRef() const { in getReductionRef() function2718 return const_cast<OMPTaskgroupDirective *>(this)->getReductionRef(); in getReductionRef()2720 Expr *getReductionRef() { return cast_or_null<Expr>(Data->getChildren()[0]); } in getReductionRef() function
1037 if (const Expr *E = S->getReductionRef()) in VisitOMPTaskgroupDirective()
248 if (const Expr *E = TG->getReductionRef()) in OMPSimdLexicalScope()5298 if (const Expr *E = S.getReductionRef()) { in EmitOMPTaskgroupDirective()
3140 if (const Expr *E = D->getReductionRef()) in VisitOMPTaskgroupDirective()