Home
last modified time | relevance | path

Searched refs:leftmost_subexpression_with_dot (Results 1 – 8 of 8) sorted by relevance

/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/src/
Dfixup.rs207 pub fn leftmost_subexpression_with_dot(self) -> Self { in leftmost_subexpression_with_dot() method
Dexpr.rs3306 fixup.leftmost_subexpression_with_dot(), in print_expr_await()
3509 fixup.leftmost_subexpression_with_dot(), in print_expr_field()
3705 fixup.leftmost_subexpression_with_dot(), in print_expr_method_call()
3872 fixup.leftmost_subexpression_with_dot(), in print_expr_try()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/src/
Dfixup.rs207 pub fn leftmost_subexpression_with_dot(self) -> Self { in leftmost_subexpression_with_dot() method
Dexpr.rs3306 fixup.leftmost_subexpression_with_dot(), in print_expr_await()
3509 fixup.leftmost_subexpression_with_dot(), in print_expr_field()
3705 fixup.leftmost_subexpression_with_dot(), in print_expr_method_call()
3872 fixup.leftmost_subexpression_with_dot(), in print_expr_try()
/external/rust/android-crates-io/crates/prettyplease/src/
Dexpr.rs245 let (left_prec, left_fixup) = fixup.leftmost_subexpression_with_dot(&expr.base); in prefix_subexpr_await()
511 let (left_prec, left_fixup) = fixup.leftmost_subexpression_with_dot(&expr.base); in prefix_subexpr_field()
740 let (left_prec, left_fixup) = fixup.leftmost_subexpression_with_dot(&expr.receiver); in prefix_subexpr_method_call()
865 let (left_prec, left_fixup) = fixup.leftmost_subexpression_with_dot(&expr.expr); in expr_try()
878 let (left_prec, left_fixup) = fixup.leftmost_subexpression_with_dot(&expr.expr); in prefix_subexpr_try()
Dfixup.rs224 pub fn leftmost_subexpression_with_dot(self, expr: &Expr) -> (Precedence, Self) { in leftmost_subexpression_with_dot() method
/external/rust/android-crates-io/crates/syn/src/
Dfixup.rs260 pub fn leftmost_subexpression_with_dot(self, expr: &Expr) -> (Precedence, Self) { in leftmost_subexpression_with_dot() method
Dexpr.rs3327 let (left_prec, left_fixup) = fixup.leftmost_subexpression_with_dot(&e.base); in print_expr_await()
3549 let (left_prec, left_fixup) = fixup.leftmost_subexpression_with_dot(&e.base); in print_expr_field()
3745 let (left_prec, left_fixup) = fixup.leftmost_subexpression_with_dot(&e.receiver); in print_expr_method_call()
3917 let (left_prec, left_fixup) = fixup.leftmost_subexpression_with_dot(&e.expr); in print_expr_try()