Home
last modified time | relevance | path

Searched defs:target_scope (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-db/src/
Dpath_transform.rs51 target_scope: &'a SemanticsScope<'a>, field
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dreplace_derive_with_manual_impl.rs174 let target_scope = sema.scope(annotated_name.syntax())?; in impl_def_from_trait() localVariable
Dadd_missing_impl_members.rs114 let target_scope = ctx.sema.scope(impl_def.syntax())?; in add_missing_impl_members_inner() localVariable
Dgenerate_function.rs607 let target_scope = ctx.sema.scope(&target.parent())?; in fn_generic_params() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/completions/item_list/
Dtrait_impl.rs232 let target_scope = &ctx.sema.scope(ctx.sema.source(impl_def)?.syntax().value)?; in get_transformed_assoc_item() localVariable