Searched refs:setLHSExprs (Results 1 – 3 of 3) sorted by relevance
746 void OMPReductionClause::setLHSExprs(ArrayRef<Expr *> LHSExprs) { in setLHSExprs() function in OMPReductionClause809 Clause->setLHSExprs(LHSExprs); in Create()845 void OMPTaskReductionClause::setLHSExprs(ArrayRef<Expr *> LHSExprs) { in setLHSExprs() function in OMPTaskReductionClause878 Clause->setLHSExprs(LHSExprs); in Create()898 void OMPInReductionClause::setLHSExprs(ArrayRef<Expr *> LHSExprs) { in setLHSExprs() function in OMPInReductionClause940 Clause->setLHSExprs(LHSExprs); in Create()
3249 void setLHSExprs(ArrayRef<Expr *> LHSExprs);3568 void setLHSExprs(ArrayRef<Expr *> LHSExprs);3799 void setLHSExprs(ArrayRef<Expr *> LHSExprs);
10911 C->setLHSExprs(Vars); in VisitOMPReductionClause()10958 C->setLHSExprs(Vars); in VisitOMPTaskReductionClause()10991 C->setLHSExprs(Vars); in VisitOMPInReductionClause()