Home
last modified time | relevance | path

Searched refs:onBackgroundIndexProgress (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DClangdServer.h78 onBackgroundIndexProgress(const BackgroundQueue::Stats &Stats) {} in onBackgroundIndexProgress() function
H A DClangdLSPServer.h84 void onBackgroundIndexProgress(const BackgroundQueue::Stats &Stats) override;
H A DClangdServer.cpp210 Callbacks->onBackgroundIndexProgress(S); in ClangdServer()
H A DClangdLSPServer.cpp1724 void ClangdLSPServer::onBackgroundIndexProgress( in onBackgroundIndexProgress() function in clang::clangd::ClangdLSPServer