| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/ |
| D | fix_visibility.rs | 50 let current_module = ctx.sema.scope(path.syntax())?.module(); in add_vis_to_referenced_module_def() localVariable 95 let current_module = ctx.sema.scope(record_field.syntax())?.module(); in add_vis_to_referenced_record_field() localVariable
|
| D | generate_new.rs | 45 let current_module = ctx.sema.scope(strukt.syntax())?.module(); in generate_new() localVariable
|
| D | generate_constant.rs | 57 let mut current_module = constant_module; in generate_constant() localVariable
|
| D | generate_delegate_methods.rs | 50 let current_module = ctx.sema.scope(strukt.syntax())?.module(); in generate_delegate_methods() localVariable
|
| D | qualify_method_call.rs | 44 let current_module = ctx.sema.scope(call.syntax())?.module(); in qualify_method_call() localVariable
|
| D | expand_glob_import.rs | 53 let current_module = current_scope.module(); in expand_glob_import() localVariable
|
| D | generate_function.rs | 280 let current_module = ctx.sema.scope(call.syntax())?.module(); in from_call() localVariable 322 let current_module = ctx.sema.scope(call.syntax())?.module(); in from_method_call() localVariable 496 let current_module = ctx.sema.scope(call.syntax())?.module(); in assoc_fn_target_info() localVariable 1074 let current_module = current_module.nearest_non_block_module(db); in calculate_necessary_visibility() localVariable
|
| D | auto_import.rs | 122 let current_module = in auto_import() localVariable
|
| D | extract_struct_from_enum_variant.rs | 65 let current_module = enum_hir.module(ctx.db()); in extract_struct_from_enum_variant() localVariable
|
| D | replace_derive_with_manual_impl.rs | 69 let current_module = ctx.sema.scope(adt.syntax())?.module(); in replace_derive_with_manual_impl() localVariable
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/ |
| D | lib.rs | 224 let current_module = sema.scope(position_for_import)?.module(); localVariable
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/completions/ |
| D | mod_.rs | 26 let mut current_module = ctx.module; in complete_mod() localVariable
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/ |
| D | json_is_not_rust.rs | 132 let current_module = semantics_scope.module(); in json_in_items() localVariable
|
| D | missing_fields.rs | 61 let current_module = match &d.field_list_parent { in fixes() localVariable
|
| /third_party/rust/crates/bindgen/bindgen/ir/ |
| D | item.rs | 1326 let current_module = ctx.current_module().into(); in parse() localVariable 1523 let current_module = ctx.current_module(); in from_ty_or_ref_with_id() localVariable 1649 let current_module = ctx.current_module().into(); in from_ty_with_id() localVariable
|
| D | context.rs | 331 current_module: ModuleId, field 1523 pub(crate) fn current_module(&self) -> ModuleId { in current_module() method
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-db/src/imports/ |
| D | import_assets.rs | 449 let mut current_module = match candidate { in module_with_segment_name() localVariable
|
| /third_party/rust/rust/compiler/rustc_resolve/src/ |
| D | build_reduced_graph.rs | 355 let current_module = self.parent_scope.module; in add_import() localVariable
|
| /third_party/flatbuffers/src/ |
| D | idl_gen_rust.cpp | 299 Module *current_module = this; in GenerateRustModuleRootFile() local
|