Home
last modified time | relevance | path

Searched defs:SourceRootId (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-db/src/
Dsymbol_index.rs108 fn local_roots(&self) -> Arc<FxHashSet<SourceRootId>>; in local_roots()
113 fn library_roots(&self) -> Arc<FxHashSet<SourceRootId>>; in library_roots()
/third_party/rust/rust/src/tools/rust-analyzer/crates/base-db/src/
Dlib.rs98 fn file_source_root(&self, file_id: FileId) -> SourceRootId; in file_source_root()
Dinput.rs32 pub struct SourceRootId(pub u32); struct