Searched refs:leftmost_subexpression_with_dot (Results 1 – 2 of 2) sorted by relevance
262 pub fn leftmost_subexpression_with_dot(self, expr: &Expr) -> (Precedence, Self) { in leftmost_subexpression_with_dot() method
3355 let (left_prec, left_fixup) = fixup.leftmost_subexpression_with_dot(&e.base); in print_expr_await()3604 let (left_prec, left_fixup) = fixup.leftmost_subexpression_with_dot(&e.base); in print_expr_field()3800 let (left_prec, left_fixup) = fixup.leftmost_subexpression_with_dot(&e.receiver); in print_expr_method_call()3991 let (left_prec, left_fixup) = fixup.leftmost_subexpression_with_dot(&e.expr); in print_expr_try()