Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/editors/code/src/
Dlsp_ext.ts71 export type AnalyzerStatusParams = { textDocument?: lc.TextDocumentIdentifier }; alias
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dlsp_ext.rs26 pub struct AnalyzerStatusParams { struct
27 pub text_document: Option<TextDocumentIdentifier>,
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/handlers/
Drequest.rs69 params: lsp_ext::AnalyzerStatusParams, in handle_analyzer_status()