Home
last modified time | relevance | path

Searched defs:needs_paren (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/tests/
H A Dtest_precedence.rs399 fn needs_paren(expr: &Expr) -> bool { in syn_parenthesize() function
421 let needs_paren = needs_paren(&expr); in syn_parenthesize() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/syn/tests/
Dtest_precedence.rs399 fn needs_paren(expr: &Expr) -> bool { in syn_parenthesize() function
421 let needs_paren = needs_paren(&expr); in syn_parenthesize() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/prettyplease/src/
Dexpr.rs98 let needs_paren = contains_exterior_struct_lit(expr); in wrap_exterior_struct() localVariable
452 let needs_paren = contains_exterior_struct_lit(&expr.expr); in expr_let() localVariable