Home
last modified time | relevance | path

Searched refs:removeDocument (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/
H A DMLIRServer.h49 Optional<int64_t> removeDocument(const URIForFile &uri);
H A DLSPServer.cpp166 Optional<int64_t> version = server.removeDocument(params.textDocument.uri); in onDocumentDidClose()
H A DMLIRServer.cpp1162 Optional<int64_t> lsp::MLIRServer::removeDocument(const URIForFile &uri) { in removeDocument() function in lsp::MLIRServer
/llvm-project-15.0.7/mlir/lib/Tools/tblgen-lsp-server/
H A DTableGenServer.h62 Optional<int64_t> removeDocument(const URIForFile &uri);
H A DLSPServer.cpp129 Optional<int64_t> version = server.removeDocument(params.textDocument.uri); in onDocumentDidClose()
H A DTableGenServer.cpp482 Optional<int64_t> lsp::TableGenServer::removeDocument(const URIForFile &uri) { in removeDocument() function in lsp::TableGenServer
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.h70 Optional<int64_t> removeDocument(const URIForFile &uri);
H A DLSPServer.cpp177 Optional<int64_t> version = server.removeDocument(params.textDocument.uri); in onDocumentDidClose()
H A DPDLLServer.cpp1782 Optional<int64_t> lsp::PDLLServer::removeDocument(const URIForFile &uri) { in removeDocument() function in lsp::PDLLServer
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DClangdTests.cpp558 Server.removeDocument(BazCpp); in TEST()
606 Server.removeDocument(FooCpp); in TEST()
610 Server.removeDocument(BarCpp); in TEST()
789 Server.removeDocument(FilePaths[FileIndex]); in TEST()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DClangdServer.h215 void removeDocument(PathRef File);
H A DClangdLSPServer.cpp689 Server->removeDocument(File); in onDocumentDidChange()
845 Server->removeDocument(File); in onDocumentDidClose()
H A DClangdServer.cpp365 void ClangdServer::removeDocument(PathRef File) { in removeDocument() function in clang::clangd::ClangdServer