Searched refs:setLHSExprs (Results 1 – 3 of 3) sorted by relevance
744 void OMPReductionClause::setLHSExprs(ArrayRef<Expr *> LHSExprs) { in setLHSExprs() function in OMPReductionClause809 Clause->setLHSExprs(LHSExprs); in Create()846 void OMPTaskReductionClause::setLHSExprs(ArrayRef<Expr *> LHSExprs) { in setLHSExprs() function in OMPTaskReductionClause879 Clause->setLHSExprs(LHSExprs); in Create()899 void OMPInReductionClause::setLHSExprs(ArrayRef<Expr *> LHSExprs) { in setLHSExprs() function in OMPInReductionClause940 Clause->setLHSExprs(LHSExprs); in Create()
3797 void setLHSExprs(ArrayRef<Expr *> LHSExprs);4162 void setLHSExprs(ArrayRef<Expr *> LHSExprs);4393 void setLHSExprs(ArrayRef<Expr *> LHSExprs);
11824 C->setLHSExprs(Vars); in VisitOMPReductionClause()11877 C->setLHSExprs(Vars); in VisitOMPTaskReductionClause()11910 C->setLHSExprs(Vars); in VisitOMPInReductionClause()