Home
last modified time | relevance | path

Searched defs:file_range (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dconvert_named_struct_to_tuple_struct.rs178 let file_range = ctx.sema.original_range_opt(record_struct_pat.syntax())?; in process_struct_name_reference() localVariable
194 let file_range = ctx.sema.original_range_opt(record_expr.syntax())?; in process_struct_name_reference() localVariable
Dreplace_named_generic_with_impl.rs159 let file_range = FileRange { file_id, range: fn_.syntax().text_range() }; in find_usages() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dfrom_proto.rs68 pub(crate) fn file_range( in file_range() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/
Dtests.rs96 let file_range = FileRange { file_id, range }; in check_impl() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-db/src/
Dsearch.rs173 pub fn file_range(range: FileRange) -> SearchScope { in file_range() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/handlers/
Drequest.rs970 let file_range = from_proto::file_range(&snap, params.text_document, range)?; in handle_hover() localVariable