Home
last modified time | relevance | path

Searched defs:target_module (Results 1 – 8 of 8) sorted by relevance

/third_party/grpc/bazel/
D_logging_threshold_test_main.py45 target_module = sys.argv[2] variable
D_single_module_tester.py46 target_module = sys.argv[1] variable
D_gevent_test_main.py94 target_module = sys.argv[1] variable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dfix_visibility.rs51 let target_module = def.module(ctx.db())?; in add_vis_to_referenced_module_def() localVariable
103 let target_module = parent.module(ctx.db()); in add_vis_to_referenced_record_field() localVariable
Dgenerate_function.rs92 target_module: Option<Module>, field
152 let target_module = adt.module(ctx.sema.db); in gen_method() localVariable
277 let target_module = in from_call() localVariable
498 let target_module = if current_module == module { None } else { Some(module) }; in assoc_fn_target_info() localVariable
1075 let target_module = target_module.nearest_non_block_module(db); in calculate_necessary_visibility() localVariable
Dexpand_glob_import.rs47 let target_module = match ctx.sema.resolve_path(&mod_path)? { in expand_glob_import() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-db/src/
Dpath_transform.rs109 let target_module = self.target_scope.module(); in build_ctx() localVariable
187 target_module: hir::Module, field
/third_party/rust/rust/compiler/rustc_resolve/src/
Ddiagnostics.rs2677 target_module: NodeId, field