Searched refs:setLHSExprs (Results 1 – 3 of 3) sorted by relevance
732 void OMPReductionClause::setLHSExprs(ArrayRef<Expr *> LHSExprs) { in setLHSExprs() function in OMPReductionClause795 Clause->setLHSExprs(LHSExprs); in Create()831 void OMPTaskReductionClause::setLHSExprs(ArrayRef<Expr *> LHSExprs) { in setLHSExprs() function in OMPTaskReductionClause864 Clause->setLHSExprs(LHSExprs); in Create()884 void OMPInReductionClause::setLHSExprs(ArrayRef<Expr *> LHSExprs) { in setLHSExprs() function in OMPInReductionClause926 Clause->setLHSExprs(LHSExprs); in Create()
3124 void setLHSExprs(ArrayRef<Expr *> LHSExprs);3443 void setLHSExprs(ArrayRef<Expr *> LHSExprs);3674 void setLHSExprs(ArrayRef<Expr *> LHSExprs);
12120 C->setLHSExprs(Vars); in VisitOMPReductionClause()12167 C->setLHSExprs(Vars); in VisitOMPTaskReductionClause()12200 C->setLHSExprs(Vars); in VisitOMPInReductionClause()