| /third_party/rust/rust/compiler/rustc_codegen_cranelift/.vscode/ |
| D | settings.json | 16 "root_module": "./example/mini_core.rs", string 22 "root_module": "./example/mini_core_hello_world.rs", string 28 "root_module": "./example/mod_bench.rs", string 39 "root_module": "./example/std_example.rs", string
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/project-model/test_data/ |
| D | hello-world-project.json | 6 "root_module": "$ROOT$src/lib.rs", string
|
| D | is-proc-macro-project.json | 6 "root_module": "$ROOT$src/lib.rs", string
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/project-model/src/ |
| D | project_json.rs | 77 pub(crate) root_module: AbsPathBuf, field 110 let root_module = absolutize_on_base(crate_data.root_module); in new() localVariable 187 root_module: PathBuf, field
|
| /third_party/rust/rust/src/tools/rust-analyzer/editors/code/src/ |
| D | rust_project.ts | 30 root_module: string; property
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/nameres/tests/ |
| D | macros.rs | 1289 let root_module = &def_map[DefMap::ROOT].scope; in macro_use_imports_all_macro_types() localVariable
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/ |
| D | unlinked_file.rs | 77 let root_module = &crate_def_map[DefMap::ROOT]; in fixes() localVariable
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-db/src/ |
| D | defs.rs | 351 let root_module = krate.root_module(sema.db); in classify() localVariable 518 let root_module = krate.root_module(sema.db); in classify() localVariable
|
| /third_party/rust/rust/src/librustdoc/ |
| D | visit_ast.rs | 143 let root_module = self.cx.tcx.hir().root_module(); in visit() localVariable
|
| /third_party/rust/rust/compiler/rustc_resolve/src/ |
| D | ident.rs | 491 let root_module = this.resolve_crate_root(root_ident); in early_resolve_ident_in_lexical_scope() localVariable
|
| D | diagnostics.rs | 1060 let root_module = this.resolve_crate_root(root_ident); in early_lookup_typo_candidate() localVariable
|
| /third_party/rust/crates/bindgen/bindgen/ir/ |
| D | context.rs | 328 root_module: ModuleId, field 571 let root_module = Self::build_root_module(ItemId(0)); in new() localVariable 1473 pub(crate) fn root_module(&self) -> ModuleId { in root_module() method
|
| /third_party/rust/rust/compiler/rustc_middle/src/hir/map/ |
| D | mod.rs | 138 pub fn root_module(self) -> &'hir Mod<'hir> { in root_module() method
|
| /third_party/flatbuffers/src/ |
| D | idl_gen_rust.cpp | 325 Module root_module; in GenerateRustModuleRootFile() local
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/ |
| D | lib.rs | 204 pub fn root_module(self, db: &dyn HirDatabase) -> Module { in root_module() method
|