Lines Matching refs:OMPReductionClause
75 return static_cast<const OMPReductionClause *>(C); in get()
191 return static_cast<const OMPReductionClause *>(C); in get()
735 void OMPReductionClause::setPrivates(ArrayRef<Expr *> Privates) { in setPrivates()
741 void OMPReductionClause::setLHSExprs(ArrayRef<Expr *> LHSExprs) { in setLHSExprs()
748 void OMPReductionClause::setRHSExprs(ArrayRef<Expr *> RHSExprs) { in setRHSExprs()
755 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps()
762 void OMPReductionClause::setInscanCopyOps(ArrayRef<Expr *> Ops) { in setInscanCopyOps()
770 void OMPReductionClause::setInscanCopyArrayTemps( in setInscanCopyArrayTemps()
779 void OMPReductionClause::setInscanCopyArrayElems( in setInscanCopyArrayElems()
788 OMPReductionClause *OMPReductionClause::Create( in Create()
800 OMPReductionClause(StartLoc, LParenLoc, ModifierLoc, EndLoc, ColonLoc, in Create()
824 OMPReductionClause *
825 OMPReductionClause::CreateEmpty(const ASTContext &C, unsigned N, in CreateEmpty()
829 auto *Clause = new (Mem) OMPReductionClause(N); in CreateEmpty()
2090 void OMPClausePrinter::VisitOMPReductionClause(OMPReductionClause *Node) { in VisitOMPReductionClause()