Searched defs:SelectionRangeParams (Results 1 – 7 of 7) sorted by relevance
45 SelectionRange(context.Context, *SelectionRangeParams) ([]SelectionRange, error)
443 type SelectionRangeParams struct { struct448 TextDocument TextDocumentIdentifier `json:"textDocument"`453 Positions []Position `json:"positions"`454 WorkDoneProgressParams455 PartialResultParams
1593 struct SelectionRangeParams { struct1600 bool fromJSON(const llvm::json::Value &, SelectionRangeParams &, argument