Searched refs:setLHSExprs (Results 1 – 3 of 3) sorted by relevance
717 void OMPReductionClause::setLHSExprs(ArrayRef<Expr *> LHSExprs) { in setLHSExprs() function in OMPReductionClause780 Clause->setLHSExprs(LHSExprs); in Create()816 void OMPTaskReductionClause::setLHSExprs(ArrayRef<Expr *> LHSExprs) { in setLHSExprs() function in OMPTaskReductionClause849 Clause->setLHSExprs(LHSExprs); in Create()869 void OMPInReductionClause::setLHSExprs(ArrayRef<Expr *> LHSExprs) { in setLHSExprs() function in OMPInReductionClause911 Clause->setLHSExprs(LHSExprs); in Create()
3007 void setLHSExprs(ArrayRef<Expr *> LHSExprs);3326 void setLHSExprs(ArrayRef<Expr *> LHSExprs);3557 void setLHSExprs(ArrayRef<Expr *> LHSExprs);
12317 C->setLHSExprs(Vars); in VisitOMPReductionClause()12364 C->setLHSExprs(Vars); in VisitOMPTaskReductionClause()12397 C->setLHSExprs(Vars); in VisitOMPInReductionClause()