Lines Matching refs:PDLLServer
1733 struct lsp::PDLLServer::Impl {
1752 lsp::PDLLServer::PDLLServer(const Options &options) in PDLLServer() function in lsp::PDLLServer
1754 lsp::PDLLServer::~PDLLServer() = default;
1756 void lsp::PDLLServer::addDocument(const URIForFile &uri, StringRef contents, in addDocument()
1768 void lsp::PDLLServer::updateDocument( in updateDocument()
1782 Optional<int64_t> lsp::PDLLServer::removeDocument(const URIForFile &uri) { in removeDocument()
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()
1839 lsp::SignatureHelp lsp::PDLLServer::getSignatureHelp(const URIForFile &uri, in getSignatureHelp()
1847 void lsp::PDLLServer::getInlayHints(const URIForFile &uri, const Range &range, in getInlayHints()
1861 lsp::PDLLServer::getPDLLViewOutput(const URIForFile &uri, in getPDLLViewOutput()