Searched defs:SourceRoot (Results 1 – 5 of 5) sorted by relevance
35 pub struct SourceRoot { struct44 impl SourceRoot { impl45 pub fn new_local(file_set: FileSet) -> SourceRoot { in new_local()49 pub fn new_library(file_set: FileSet) -> SourceRoot { in new_library()
42 pub fn set_roots(&mut self, roots: Vec<SourceRoot>) { in set_roots()
101 fn source_root(&self, id: SourceRootId) -> Arc<SourceRoot>; in source_root()
749 pub(crate) fn partition(&self, vfs: &vfs::Vfs) -> Vec<SourceRoot> { in partition()
242 class SourceRoot (ResolvablePathComponent): class