Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/index/
DBackgroundRebuild.cpp52 bool BackgroundIndexRebuilder::enoughTUsToRebuild() const { in enoughTUsToRebuild()
59 void BackgroundIndexRebuilder::indexedTU() { in indexedTU()
70 void BackgroundIndexRebuilder::idle() { in idle()
78 void BackgroundIndexRebuilder::startLoading() { in startLoading()
84 void BackgroundIndexRebuilder::loadedShard(size_t ShardCount) { in loadedShard()
89 void BackgroundIndexRebuilder::doneLoading() { in doneLoading()
100 void BackgroundIndexRebuilder::shutdown() { in shutdown()
105 void BackgroundIndexRebuilder::maybeRebuild(const char *Reason, in maybeRebuild()
DBackgroundRebuild.h48 class BackgroundIndexRebuilder {
50 BackgroundIndexRebuilder(SwapIndex *Target, FileSymbols *Source, in BackgroundIndexRebuilder() function
DBackground.h202 BackgroundIndexRebuilder Rebuilder;
/external/llvm-project/clang-tools-extra/clangd/unittests/
DBackgroundIndexTests.cpp723 BackgroundIndexRebuilder Rebuilder;