Searched defs:SourceRootId (Results 1 – 3 of 3) sorted by relevance
108 fn local_roots(&self) -> Arc<FxHashSet<SourceRootId>>; in local_roots()113 fn library_roots(&self) -> Arc<FxHashSet<SourceRootId>>; in library_roots()
98 fn file_source_root(&self, file_id: FileId) -> SourceRootId; in file_source_root()
32 pub struct SourceRootId(pub u32); struct