Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DClangdLSPServer.cpp519 BackgroundIndexProgressState = BackgroundIndexProgress::Empty; in onInitialize()
1734 if (BackgroundIndexProgressState != BackgroundIndexProgress::Live) { in onBackgroundIndexProgress()
1739 BackgroundIndexProgressState = BackgroundIndexProgress::Live; in onBackgroundIndexProgress()
1754 BackgroundIndexProgressState = BackgroundIndexProgress::Empty; in onBackgroundIndexProgress()
1758 switch (BackgroundIndexProgressState) { in onBackgroundIndexProgress()
1772 BackgroundIndexProgressState = BackgroundIndexProgress::Creating; in onBackgroundIndexProgress()
1785 BackgroundIndexProgressState = BackgroundIndexProgress::Unsupported; in onBackgroundIndexProgress()
H A DClangdLSPServer.h281 } BackgroundIndexProgressState = BackgroundIndexProgress::Unsupported; variable