Searched refs:getReductionRef (Results 1 – 3 of 3) sorted by relevance
2786 const Expr *getReductionRef() const { in getReductionRef() function2787 return const_cast<OMPTaskgroupDirective *>(this)->getReductionRef(); in getReductionRef()2789 Expr *getReductionRef() { return cast_or_null<Expr>(Data->getChildren()[0]); } in getReductionRef() function
1076 if (const Expr *E = S->getReductionRef()) in VisitOMPTaskgroupDirective()
274 if (const Expr *E = TG->getReductionRef()) in OMPSimdLexicalScope()5389 if (const Expr *E = S.getReductionRef()) { in EmitOMPTaskgroupDirective()