Lines Matching defs:PDLLServer
1 //===- PDLLServer.cpp - PDLL Language Server ------------------------------===//
9 #include "PDLLServer.h"
1685 // PDLLServer::Impl
1688 struct lsp::PDLLServer::Impl {
1704 // PDLLServer
1707 lsp::PDLLServer::PDLLServer(const Options &options)
1709 lsp::PDLLServer::~PDLLServer() = default;
1711 void lsp::PDLLServer::addDocument(const URIForFile &uri, StringRef contents,
1723 void lsp::PDLLServer::updateDocument(
1737 std::optional<int64_t> lsp::PDLLServer::removeDocument(const URIForFile &uri) {
1747 void lsp::PDLLServer::getLocationsOf(const URIForFile &uri,
1755 void lsp::PDLLServer::findReferencesOf(const URIForFile &uri,
1763 void lsp::PDLLServer::getDocumentLinks(
1770 std::optional<lsp::Hover> lsp::PDLLServer::findHover(const URIForFile &uri,
1778 void lsp::PDLLServer::findDocumentSymbols(
1786 lsp::PDLLServer::getCodeCompletion(const URIForFile &uri,
1794 lsp::SignatureHelp lsp::PDLLServer::getSignatureHelp(const URIForFile &uri,
1802 void lsp::PDLLServer::getInlayHints(const URIForFile &uri, const Range &range,
1815 lsp::PDLLServer::getPDLLViewOutput(const URIForFile &uri,