Home
last modified time | relevance | path

Searched defs:expr_range (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/
Dtype_mismatch.rs108 let expr_range = expr.syntax().text_range(); in add_missing_ok_or_some() localVariable
184 let expr_range = expr.syntax().text_range(); in str_ref_to_owned() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/
Dtyping.rs213 let expr_range = expr.syntax().text_range(); in on_eq_typed() localVariable
249 let expr_range = expr.syntax().text_range(); in on_eq_typed() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dextract_variable.rs91 let expr_range = match &field_shorthand { in extract_variable() localVariable
/third_party/rust/crates/syn/src/
Dexpr.rs2744 fn expr_range(input: ParseStream, allow_struct: AllowStruct) -> Result<ExprRange> { in expr_range() function