Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-db/src/
Dpath_transform.rs52 source_scope: &'a SemanticsScope<'a>, field
188 source_scope: &'a SemanticsScope<'a>, field
/third_party/rust/rust/compiler/rustc_mir_build/src/build/custom/
Dmod.rs142 source_scope: SourceScope, field
/third_party/rust/rust/compiler/rustc_mir_build/src/build/
Dscope.rs118 source_scope: SourceScope, field
572 let source_scope = self.source_scope; in in_scope() localVariable
Dmod.rs202 source_scope: SourceScope, field
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/completions/item_list/
Dtrait_impl.rs231 let source_scope = &ctx.sema.scope(assoc_item.syntax())?; in get_transformed_assoc_item() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dgenerate_function.rs606 let source_scope = ctx.sema.scope(param.syntax())?; in fn_generic_params() localVariable