Home
last modified time | relevance | path

Searched defs:file_line_index (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dglobal_state.rs433 pub(crate) fn file_line_index(&self, file_id: FileId) -> Cancellable<LineIndex> { in file_line_index() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/
Dlib.rs290 pub fn file_line_index(&self, file_id: FileId) -> Cancellable<Arc<LineIndex>> { in file_line_index() method