Searched defs:DidCloseTextDocumentParams (Results 1 – 7 of 7) sorted by relevance
32 DidClose(context.Context, *DidCloseTextDocumentParams) error
1500 type DidCloseTextDocumentParams struct { struct1505 TextDocument TextDocumentIdentifier `json:"textDocument"`
667 struct DidCloseTextDocumentParams { struct671 bool fromJSON(const llvm::json::Value &, DidCloseTextDocumentParams &, argument