Searched defs:SearchScope (Results 1 – 5 of 5) sorted by relevance
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-db/src/ |
| D | search.rs | 86 pub struct SearchScope { struct 90 impl SearchScope { argument 91 fn new(entries: IntMap<FileId, Option<TextRange>>) -> SearchScope { in new() 96 fn crate_graph(db: &RootDatabase) -> SearchScope { in crate_graph() 110 fn reverse_dependencies(db: &RootDatabase, of: hir::Crate) -> SearchScope { in reverse_dependencies() 122 fn krate(db: &RootDatabase, of: hir::Crate) -> SearchScope { in krate() 130 fn module_and_children(db: &RootDatabase, module: hir::Module) -> SearchScope { in module_and_children() 168 pub fn single_file(file: FileId) -> SearchScope { in single_file() 173 pub fn file_range(range: FileRange) -> SearchScope { in file_range() 178 pub fn files(files: &[FileId]) -> SearchScope { in files() method [all …]
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-ssr/src/ |
| D | search.rs | 133 fn search_scope(&self) -> SearchScope { in search_scope()
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/ |
| D | runnables.rs | 209 search_scope: Option<SearchScope>, in related_tests() 224 search_scope: Option<SearchScope>, in find_related_tests()
|
| D | references.rs | 57 search_scope: Option<SearchScope>, in find_all_refs() 1097 fn check_with_scope(ra_fixture: &str, search_scope: Option<SearchScope>, expect: Expect) { in check_with_scope()
|
| D | lib.rs | 452 search_scope: Option<SearchScope>, in find_all_refs() 556 search_scope: Option<SearchScope>, in related_tests()
|