Home
last modified time | relevance | path

Searched defs:root_module (Results 1 – 15 of 15) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_cranelift/.vscode/
Dsettings.json16 "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/
Dhello-world-project.json6 "root_module": "$ROOT$src/lib.rs", string
Dis-proc-macro-project.json6 "root_module": "$ROOT$src/lib.rs", string
/third_party/rust/rust/src/tools/rust-analyzer/crates/project-model/src/
Dproject_json.rs77 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/
Drust_project.ts30 root_module: string; property
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/nameres/tests/
Dmacros.rs1289 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/
Dunlinked_file.rs77 let root_module = &crate_def_map[DefMap::ROOT]; in fixes() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-db/src/
Ddefs.rs351 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/
Dvisit_ast.rs143 let root_module = self.cx.tcx.hir().root_module(); in visit() localVariable
/third_party/rust/rust/compiler/rustc_resolve/src/
Dident.rs491 let root_module = this.resolve_crate_root(root_ident); in early_resolve_ident_in_lexical_scope() localVariable
Ddiagnostics.rs1060 let root_module = this.resolve_crate_root(root_ident); in early_lookup_typo_candidate() localVariable
/third_party/rust/crates/bindgen/bindgen/ir/
Dcontext.rs328 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/
Dmod.rs138 pub fn root_module(self) -> &'hir Mod<'hir> { in root_module() method
/third_party/flatbuffers/src/
Didl_gen_rust.cpp325 Module root_module; in GenerateRustModuleRootFile() local
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/
Dlib.rs204 pub fn root_module(self, db: &dyn HirDatabase) -> Module { in root_module() method