Searched refs:setLHSExprs (Results 1 – 3 of 3) sorted by relevance
538 void OMPReductionClause::setLHSExprs(ArrayRef<Expr *> LHSExprs) { in setLHSExprs() function in OMPReductionClause571 Clause->setLHSExprs(LHSExprs); in Create()591 void OMPTaskReductionClause::setLHSExprs(ArrayRef<Expr *> LHSExprs) { in setLHSExprs() function in OMPTaskReductionClause624 Clause->setLHSExprs(LHSExprs); in Create()644 void OMPInReductionClause::setLHSExprs(ArrayRef<Expr *> LHSExprs) { in setLHSExprs() function in OMPInReductionClause686 Clause->setLHSExprs(LHSExprs); in Create()
1990 void setLHSExprs(ArrayRef<Expr *> LHSExprs);2211 void setLHSExprs(ArrayRef<Expr *> LHSExprs);2430 void setLHSExprs(ArrayRef<Expr *> LHSExprs);
12082 C->setLHSExprs(Vars); in VisitOMPReductionClause()12116 C->setLHSExprs(Vars); in VisitOMPTaskReductionClause()12150 C->setLHSExprs(Vars); in VisitOMPInReductionClause()