Searched refs:getReductionRef (Results 1 – 3 of 3) sorted by relevance
2581 const Expr *getReductionRef() const { in getReductionRef() function2582 return const_cast<OMPTaskgroupDirective *>(this)->getReductionRef(); in getReductionRef()2584 Expr *getReductionRef() { return cast_or_null<Expr>(Data->getChildren()[0]); } in getReductionRef() function
989 if (const Expr *E = S->getReductionRef()) in VisitOMPTaskgroupDirective()
243 if (const Expr *E = TG->getReductionRef()) in OMPSimdLexicalScope()4796 if (const Expr *E = S.getReductionRef()) { in EmitOMPTaskgroupDirective()