Searched refs:getAssignmentOps (Results 1 – 1 of 1) sorted by relevance
2826 MutableArrayRef<Expr *> getAssignmentOps() { in getAssignmentOps() function2829 ArrayRef<const Expr *> getAssignmentOps() const { in getAssignmentOps() function2933 return helper_expr_range(getAssignmentOps().begin(), in assignment_ops()2934 getAssignmentOps().end()); in assignment_ops()4309 MutableArrayRef<Expr *> getAssignmentOps() { in getAssignmentOps() function4312 ArrayRef<const Expr *> getAssignmentOps() const { in getAssignmentOps() function4380 return helper_expr_range(getAssignmentOps().begin(), in assignment_ops()4381 getAssignmentOps().end()); in assignment_ops()4474 MutableArrayRef<Expr *> getAssignmentOps() { in getAssignmentOps() function4477 ArrayRef<const Expr *> getAssignmentOps() const { in getAssignmentOps() function[all …]