Home
last modified time | relevance | path

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 DLSPServer.h19 class PDLLServer; variable
23 LogicalResult runPdllLSPServer(PDLLServer &server, JSONTransport &transport);
H A DPDLLServer.h38 class PDLLServer {
53 PDLLServer(const Options &options);
54 ~PDLLServer();
H A DMlirPdllLspServerMain.cpp78 PDLLServer::Options options(compilationDatabases, extraIncludeDirs); in MlirPdllLspServerMain()
79 PDLLServer server(options); in MlirPdllLspServerMain()
H A DPDLLServer.cpp1733 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 DLSPServer.cpp29 LSPServer(PDLLServer &server, JSONTransport &transport) in LSPServer()
101 PDLLServer &server;
281 LogicalResult mlir::lsp::runPdllLSPServer(PDLLServer &server, in runPdllLSPServer()
H A DCMakeLists.txt3 PDLLServer.cpp
/llvm-project-15.0.7/mlir/docs/Tools/
H A DMLIRLSP.md360 The language specific server, such as `MLIRServer` or `PDLLServer`, provides the