Searched refs:onDocumentDidOpen (Results 1 – 5 of 5) sorted by relevance
41 void onDocumentDidOpen(const DidOpenTextDocumentParams ¶ms);119 void LSPServer::onDocumentDidOpen(const DidOpenTextDocumentParams ¶ms) { in onDocumentDidOpen() function in LSPServer201 &LSPServer::onDocumentDidOpen); in runTableGenLSPServer()
41 void onDocumentDidOpen(const DidOpenTextDocumentParams ¶ms);155 void LSPServer::onDocumentDidOpen(const DidOpenTextDocumentParams ¶ms) { in onDocumentDidOpen() function in LSPServer274 &LSPServer::onDocumentDidOpen); in runMlirLSPServer()
43 void onDocumentDidOpen(const DidOpenTextDocumentParams ¶ms);167 void LSPServer::onDocumentDidOpen(const DidOpenTextDocumentParams ¶ms) { in onDocumentDidOpen() function in LSPServer294 &LSPServer::onDocumentDidOpen); in runPdllLSPServer()
93 void onDocumentDidOpen(const DidOpenTextDocumentParams &);
659 void ClangdLSPServer::onDocumentDidOpen( in onDocumentDidOpen() function in clang::clangd::ClangdLSPServer1599 Bind.notification("textDocument/didOpen", this, &ClangdLSPServer::onDocumentDidOpen); in bindMethods()