Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DClangdLSPServer.cpp1733 auto NotifyProgress = [this](const BackgroundQueue::Stats &Stats) { in onBackgroundIndexProgress() local
1767 NotifyProgress(Stats); in onBackgroundIndexProgress()
1777 [this, NotifyProgress](llvm::Expected<std::nullptr_t> E) { in onBackgroundIndexProgress()
1780 NotifyProgress(this->PendingBackgroundIndexProgress); in onBackgroundIndexProgress()
1791 NotifyProgress(Stats); in onBackgroundIndexProgress()