Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DBackgroundRebuild.cpp36 maybeRebuild("after indexing enough files", [this] { in indexedTU()
47 maybeRebuild("when background indexer is idle", [this] { in idle()
66 maybeRebuild("after loading index from disk", [this] { in doneLoading()
81 void BackgroundIndexRebuilder::maybeRebuild(const char *Reason, in maybeRebuild() function in clang::clangd::BackgroundIndexRebuilder
H A DBackgroundRebuild.h78 void maybeRebuild(const char *Reason, std::function<bool()> Check);