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()
2899 void setLHSExprs(ArrayRef<Expr *> LHSExprs);3218 void setLHSExprs(ArrayRef<Expr *> LHSExprs);3449 void setLHSExprs(ArrayRef<Expr *> LHSExprs);
12275 C->setLHSExprs(Vars); in VisitOMPReductionClause()12322 C->setLHSExprs(Vars); in VisitOMPTaskReductionClause()12355 C->setLHSExprs(Vars); in VisitOMPInReductionClause()