Lines Matching refs:OMPReductionClause
55 return static_cast<const OMPReductionClause *>(C); in get()
131 return static_cast<const OMPReductionClause *>(C); in get()
532 void OMPReductionClause::setPrivates(ArrayRef<Expr *> Privates) { in setPrivates()
538 void OMPReductionClause::setLHSExprs(ArrayRef<Expr *> LHSExprs) { in setLHSExprs()
545 void OMPReductionClause::setRHSExprs(ArrayRef<Expr *> RHSExprs) { in setRHSExprs()
552 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps()
559 OMPReductionClause *OMPReductionClause::Create( in Create()
567 OMPReductionClause *Clause = new (Mem) OMPReductionClause( in Create()
579 OMPReductionClause *OMPReductionClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
582 return new (Mem) OMPReductionClause(N); in CreateEmpty()
1296 void OMPClausePrinter::VisitOMPReductionClause(OMPReductionClause *Node) { in VisitOMPReductionClause()