Home
last modified time | relevance | path

Searched defs:crate_root (Results 1 – 12 of 12) sorted by relevance

/third_party/gn/src/gn/
Drust_values.h45 const SourceFile& crate_root() const { return crate_root_; } in crate_root() function
Drust_project_writer.cc189 SourceFile crate_root = target->rust_values().crate_root(); in AddTarget() local
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Dfind_path.rs84 let crate_root = def_map.crate_root().into(); in find_path_inner() localVariable
650 fn crate_root() { in crate_root() function
Dnameres.rs441 pub fn crate_root(&self) -> CrateRootModuleId { in crate_root() method
/third_party/rust/rust/compiler/rustc_resolve/src/
Dbuild_reduced_graph.rs255 let crate_root = if ident.is_path_segment_keyword() { in try_resolve_visibility() localVariable
420 let crate_root = match prefix_iter.peek() { in build_reduced_graph_for_use_tree() localVariable
504 let crate_root = self.r.resolve_crate_root(source.ident); in build_reduced_graph_for_use_tree() localVariable
Ddiagnostics.rs1331 let crate_root = self.expect_module(crate_id.as_def_id()); in lookup_import_candidates() localVariable
Dlib.rs1879 let crate_root = self.expect_module(crate_id.as_def_id()); in extern_prelude_get() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/base-db/src/
Dfixture.rs209 let crate_root = default_crate_root in parse_with_proc_macros() localVariable
/third_party/rust/rust/compiler/rustc_metadata/src/
Dcreader.rs373 let crate_root = metadata.get_root(); in register_crate() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/
Dlib.rs543 pub fn crate_root(&self, crate_id: CrateId) -> Cancellable<FileId> { in crate_root() method
/third_party/rust/rust/src/librustdoc/html/render/
Dmod.rs2335 let crate_root = abs_crate_src.parent()?.parent()?; in render_call_locations() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/
Dlib.rs477 pub fn crate_root(self, db: &dyn HirDatabase) -> Module { in crate_root() method