Searched refs:findHover (Results 1 – 3 of 3) sorted by relevance
222 void findHover(PathRef File, Position Pos,
598 void ClangdServer::findHover(PathRef File, Position Pos, in findHover() function in clang::clangd::ClangdServer
1191 Server->findHover(Params.textDocument.uri.file(), Params.position, in onHover()