Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DBackgroundRebuild.cpp28 bool BackgroundIndexRebuilder::enoughTUsToRebuild() const { in enoughTUsToRebuild()
35 void BackgroundIndexRebuilder::indexedTU() { in indexedTU()
46 void BackgroundIndexRebuilder::idle() { in idle()
54 void BackgroundIndexRebuilder::startLoading() { in startLoading()
60 void BackgroundIndexRebuilder::loadedShard(size_t ShardCount) { in loadedShard()
65 void BackgroundIndexRebuilder::doneLoading() { in doneLoading()
76 void BackgroundIndexRebuilder::shutdown() { in shutdown()
81 void BackgroundIndexRebuilder::maybeRebuild(const char *Reason, in maybeRebuild()
H A DBackgroundRebuild.h47 class BackgroundIndexRebuilder {
49 BackgroundIndexRebuilder(SwapIndex *Target, FileSymbols *Source, in BackgroundIndexRebuilder() function
H A DBackground.h205 BackgroundIndexRebuilder Rebuilder;
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DBackgroundIndexTests.cpp716 BackgroundIndexRebuilder Rebuilder;