Home
last modified time | relevance | path

Searched refs:DidChangeTextDocumentParams (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Tools/tblgen-lsp-server/
H A DLSPServer.cpp43 void onDocumentDidChange(const DidChangeTextDocumentParams &params);
139 void LSPServer::onDocumentDidChange(const DidChangeTextDocumentParams &params) { in onDocumentDidChange()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/
H A DLSPServer.cpp43 void onDocumentDidChange(const DidChangeTextDocumentParams &params);
176 void LSPServer::onDocumentDidChange(const DidChangeTextDocumentParams &params) { in onDocumentDidChange()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DLSPServer.cpp45 void onDocumentDidChange(const DidChangeTextDocumentParams &params);
187 void LSPServer::onDocumentDidChange(const DidChangeTextDocumentParams &params) { in onDocumentDidChange()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DClangdLSPServer.h94 void onDocumentDidChange(const DidChangeTextDocumentParams &);
H A DProtocol.h716 struct DidChangeTextDocumentParams { struct
737 bool fromJSON(const llvm::json::Value &, DidChangeTextDocumentParams &, argument
H A DProtocol.cpp521 bool fromJSON(const llvm::json::Value &Params, DidChangeTextDocumentParams &R, in fromJSON()
H A DClangdLSPServer.cpp671 const DidChangeTextDocumentParams &Params) { in onDocumentDidChange()
/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DProtocol.h474 struct DidChangeTextDocumentParams { struct
484 DidChangeTextDocumentParams &result, llvm::json::Path path); argument
H A DProtocol.cpp517 DidChangeTextDocumentParams &result, in fromJSON()