Lines Matching refs:OMPReductionClause
77 return static_cast<const OMPReductionClause *>(C); in get()
177 return static_cast<const OMPReductionClause *>(C); in get()
692 void OMPReductionClause::setPrivates(ArrayRef<Expr *> Privates) { in setPrivates()
698 void OMPReductionClause::setLHSExprs(ArrayRef<Expr *> LHSExprs) { in setLHSExprs()
705 void OMPReductionClause::setRHSExprs(ArrayRef<Expr *> RHSExprs) { in setRHSExprs()
712 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps()
719 void OMPReductionClause::setInscanCopyOps(ArrayRef<Expr *> Ops) { in setInscanCopyOps()
727 void OMPReductionClause::setInscanCopyArrayTemps( in setInscanCopyArrayTemps()
736 void OMPReductionClause::setInscanCopyArrayElems( in setInscanCopyArrayElems()
745 OMPReductionClause *OMPReductionClause::Create( in Create()
757 OMPReductionClause(StartLoc, LParenLoc, ModifierLoc, EndLoc, ColonLoc, in Create()
781 OMPReductionClause *
782 OMPReductionClause::CreateEmpty(const ASTContext &C, unsigned N, in CreateEmpty()
786 auto *Clause = new (Mem) OMPReductionClause(N); in CreateEmpty()
1802 void OMPClausePrinter::VisitOMPReductionClause(OMPReductionClause *Node) { in VisitOMPReductionClause()