Searched refs:getReductionRef (Results 1 – 4 of 4) sorted by relevance
2255 const Expr *getReductionRef() const { in getReductionRef() function2256 return const_cast<OMPTaskgroupDirective *>(this)->getReductionRef(); in getReductionRef()2258 Expr *getReductionRef() { return cast_or_null<Expr>(Data->getChildren()[0]); } in getReductionRef() function
929 if (const Expr *E = S->getReductionRef()) in VisitOMPTaskgroupDirective()
238 if (const Expr *E = TG->getReductionRef()) in OMPSimdLexicalScope()4348 if (const Expr *E = S.getReductionRef()) { in EmitOMPTaskgroupDirective()
2925 if (const Expr *E = D->getReductionRef()) in VisitOMPTaskgroupDirective()