Searched refs:PDLLServer (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/ |
| H A D | LSPServer.h | 19 class PDLLServer; variable 23 LogicalResult runPdllLSPServer(PDLLServer &server, JSONTransport &transport);
|
| H A D | PDLLServer.h | 38 class PDLLServer { 53 PDLLServer(const Options &options); 54 ~PDLLServer();
|
| H A D | MlirPdllLspServerMain.cpp | 78 PDLLServer::Options options(compilationDatabases, extraIncludeDirs); in MlirPdllLspServerMain() 79 PDLLServer server(options); in MlirPdllLspServerMain()
|
| H A D | PDLLServer.cpp | 1733 struct lsp::PDLLServer::Impl { 1752 lsp::PDLLServer::PDLLServer(const Options &options) in PDLLServer() function in lsp::PDLLServer 1754 lsp::PDLLServer::~PDLLServer() = default; 1768 void lsp::PDLLServer::updateDocument( in updateDocument() 1792 void lsp::PDLLServer::getLocationsOf(const URIForFile &uri, in getLocationsOf() 1800 void lsp::PDLLServer::findReferencesOf(const URIForFile &uri, in findReferencesOf() 1808 void lsp::PDLLServer::getDocumentLinks( in getDocumentLinks() 1815 Optional<lsp::Hover> lsp::PDLLServer::findHover(const URIForFile &uri, in findHover() 1823 void lsp::PDLLServer::findDocumentSymbols( in findDocumentSymbols() 1831 lsp::PDLLServer::getCodeCompletion(const URIForFile &uri, in getCodeCompletion() [all …]
|
| H A D | LSPServer.cpp | 29 LSPServer(PDLLServer &server, JSONTransport &transport) in LSPServer() 101 PDLLServer &server; 281 LogicalResult mlir::lsp::runPdllLSPServer(PDLLServer &server, in runPdllLSPServer()
|
| H A D | CMakeLists.txt | 3 PDLLServer.cpp
|
| /llvm-project-15.0.7/mlir/docs/Tools/ |
| H A D | MLIRLSP.md | 360 The language specific server, such as `MLIRServer` or `PDLLServer`, provides the
|