Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/index/
DBackgroundRebuild.cpp60 maybeRebuild("after indexing enough files", [this] { in indexedTU()
71 maybeRebuild("when background indexer is idle", [this] { in idle()
90 maybeRebuild("after loading index from disk", [this] { in doneLoading()
105 void BackgroundIndexRebuilder::maybeRebuild(const char *Reason, in maybeRebuild() function in clang::clangd::BackgroundIndexRebuilder
DBackgroundRebuild.h79 void maybeRebuild(const char *Reason, std::function<bool()> Check);