Home
last modified time | relevance | path

Searched defs:onDocumentDidChange (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/lib/Tools/tblgen-lsp-server/
H A DLSPServer.cpp141 void LSPServer::onDocumentDidChange(const DidChangeTextDocumentParams &params) { in onDocumentDidChange() function in LSPServer
/llvm-project/mlir/lib/Tools/mlir-lsp-server/
H A DLSPServer.cpp186 void LSPServer::onDocumentDidChange(const DidChangeTextDocumentParams &params) { in onDocumentDidChange() function in LSPServer
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DLSPServer.cpp189 void LSPServer::onDocumentDidChange(const DidChangeTextDocumentParams &params) { in onDocumentDidChange() function in LSPServer
/llvm-project/clang-tools-extra/clangd/
H A DClangdLSPServer.cpp723 void ClangdLSPServer::onDocumentDidChange( onDocumentDidChange() function in clang::clangd::ClangdLSPServer