Home
last modified time | relevance | path

Searched refs:TUsBeforeRebuild (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/index/
DBackgroundRebuild.h75 const unsigned TUsBeforeRebuild = 100; variable
DBackgroundRebuild.cpp56 return IndexedTUs >= IndexedTUsAtLastRebuild + TUsBeforeRebuild; in enoughTUsToRebuild()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DBackgroundIndexTests.cpp733 for (unsigned I = 0; I < Rebuilder.TUsBeforeRebuild - 1; ++I) in TEST_F()
759 for (unsigned I = 0; I < 3 * Rebuilder.TUsBeforeRebuild; ++I) in TEST_F()