Lines Matching refs:OMPReductionClause
75 return static_cast<const OMPReductionClause *>(C); in get()
193 return static_cast<const OMPReductionClause *>(C); in get()
740 void OMPReductionClause::setPrivates(ArrayRef<Expr *> Privates) { in setPrivates()
746 void OMPReductionClause::setLHSExprs(ArrayRef<Expr *> LHSExprs) { in setLHSExprs()
753 void OMPReductionClause::setRHSExprs(ArrayRef<Expr *> RHSExprs) { in setRHSExprs()
760 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps()
767 void OMPReductionClause::setInscanCopyOps(ArrayRef<Expr *> Ops) { in setInscanCopyOps()
775 void OMPReductionClause::setInscanCopyArrayTemps( in setInscanCopyArrayTemps()
784 void OMPReductionClause::setInscanCopyArrayElems( in setInscanCopyArrayElems()
793 OMPReductionClause *OMPReductionClause::Create( in Create()
805 OMPReductionClause(StartLoc, LParenLoc, ModifierLoc, EndLoc, ColonLoc, in Create()
829 OMPReductionClause *
830 OMPReductionClause::CreateEmpty(const ASTContext &C, unsigned N, in CreateEmpty()
834 auto *Clause = new (Mem) OMPReductionClause(N); in CreateEmpty()
2153 void OMPClausePrinter::VisitOMPReductionClause(OMPReductionClause *Node) { in VisitOMPReductionClause()