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()
3289 void setLHSExprs(ArrayRef<Expr *> LHSExprs);3608 void setLHSExprs(ArrayRef<Expr *> LHSExprs);3839 void setLHSExprs(ArrayRef<Expr *> LHSExprs);
11057 C->setLHSExprs(Vars); in VisitOMPReductionClause()11104 C->setLHSExprs(Vars); in VisitOMPTaskReductionClause()11137 C->setLHSExprs(Vars); in VisitOMPInReductionClause()