Lines Matching refs:OMPReductionClause
74 return static_cast<const OMPReductionClause *>(C); in get()
185 return static_cast<const OMPReductionClause *>(C); in get()
726 void OMPReductionClause::setPrivates(ArrayRef<Expr *> Privates) { in setPrivates()
732 void OMPReductionClause::setLHSExprs(ArrayRef<Expr *> LHSExprs) { in setLHSExprs()
739 void OMPReductionClause::setRHSExprs(ArrayRef<Expr *> RHSExprs) { in setRHSExprs()
746 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps()
753 void OMPReductionClause::setInscanCopyOps(ArrayRef<Expr *> Ops) { in setInscanCopyOps()
761 void OMPReductionClause::setInscanCopyArrayTemps( in setInscanCopyArrayTemps()
770 void OMPReductionClause::setInscanCopyArrayElems( in setInscanCopyArrayElems()
779 OMPReductionClause *OMPReductionClause::Create( in Create()
791 OMPReductionClause(StartLoc, LParenLoc, ModifierLoc, EndLoc, ColonLoc, in Create()
815 OMPReductionClause *
816 OMPReductionClause::CreateEmpty(const ASTContext &C, unsigned N, in CreateEmpty()
820 auto *Clause = new (Mem) OMPReductionClause(N); in CreateEmpty()
2051 void OMPClausePrinter::VisitOMPReductionClause(OMPReductionClause *Node) { in VisitOMPReductionClause()