Searched refs:getReductionRef (Results 1 – 3 of 3) sorted by relevance
2785 const Expr *getReductionRef() const { in getReductionRef() function2786 return const_cast<OMPTaskgroupDirective *>(this)->getReductionRef(); in getReductionRef()2788 Expr *getReductionRef() { return cast_or_null<Expr>(Data->getChildren()[0]); } in getReductionRef() function
1065 if (const Expr *E = S->getReductionRef()) in VisitOMPTaskgroupDirective()
248 if (const Expr *E = TG->getReductionRef()) in OMPSimdLexicalScope()5332 if (const Expr *E = S.getReductionRef()) { in EmitOMPTaskgroupDirective()