Home
last modified time | relevance | path

Searched defs:findHover (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/lib/Tools/tblgen-lsp-server/
H A DTableGenServer.cpp731 return fileIt->second->findHover(uri, hoverPos); in findHover() function in lsp::TableGenServer
525 TableGenTextFile::findHover(const lsp::URIForFile &uri, findHover() function in TableGenTextFile
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp454 PDLDocument::findHover(const lsp::URIForFile &uri, in findHover() function in PDLDocument
477 std::optional<lsp::Hover> PDLDocument::findHover(const ast::Decl *decl, in findHover() function in PDLDocument
1507 std::optional<lsp::Hover> PDLTextFile::findHover(const lsp::URIForFile &uri, in findHover() function in PDLTextFile
1770 std::optional<lsp::Hover> lsp::PDLLServer::findHover(const URIForFile &uri, in findHover() function in lsp::PDLLServer
[all...]
/llvm-project/mlir/lib/Tools/mlir-lsp-server/
H A DMLIRServer.cpp491 MLIRDocument::findHover(const lsp::URIForFile &uri, in findHover() function in MLIRDocument
1113 std::optional<lsp::Hover> MLIRTextFile::findHover(const lsp::URIForFile &uri, in findHover() function in MLIRTextFile
1317 std::optional<lsp::Hover> lsp::MLIRServer::findHover(const URIForFile &uri, in findHover() function in lsp::MLIRServer
/llvm-project/clang-tools-extra/clangd/
H A DClangdServer.cpp827 void ClangdServer::findHover(PathRef File, Position Pos, findHover() function in clang::clangd::ClangdServer