Searched defs:DocumentLinkParams (Results 1 – 7 of 7) sorted by relevance
61 DocumentLink(context.Context, *DocumentLinkParams) ([]DocumentLink, error)
2383 type DocumentLinkParams struct { struct2388 TextDocument TextDocumentIdentifier `json:"textDocument"`2389 WorkDoneProgressParams2390 PartialResultParams
1617 struct DocumentLinkParams { struct1621 bool fromJSON(const llvm::json::Value &, DocumentLinkParams &, argument