Searched refs:getAssignmentOps (Results 1 – 1 of 1) sorted by relevance
1750 MutableArrayRef<Expr *> getAssignmentOps() { in getAssignmentOps() function1753 ArrayRef<const Expr *> getAssignmentOps() const { in getAssignmentOps() function1839 return helper_expr_range(getAssignmentOps().begin(), in assignment_ops()1840 getAssignmentOps().end()); in assignment_ops()3003 MutableArrayRef<Expr *> getAssignmentOps() { in getAssignmentOps() function3006 ArrayRef<const Expr *> getAssignmentOps() const { in getAssignmentOps() function3074 return helper_expr_range(getAssignmentOps().begin(), in assignment_ops()3075 getAssignmentOps().end()); in assignment_ops()3155 MutableArrayRef<Expr *> getAssignmentOps() { in getAssignmentOps() function3158 ArrayRef<const Expr *> getAssignmentOps() const { in getAssignmentOps() function[all …]