Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DClangdServer.cpp190 BackgroundIdx = std::make_unique<BackgroundIndex>(
195 AddIndex(BackgroundIdx.get());
220 if (NewFile && BackgroundIdx) in addDocument()
221 BackgroundIdx->boostRelated(File); in addDocument()
876 (!BackgroundIdx || in blockUntilIdleForTest()
877 BackgroundIdx->blockUntilIdleForTest(TimeoutSeconds)); in blockUntilIdleForTest()
883 if (BackgroundIdx) in profile()
884 BackgroundIdx->profile(MT.child("background_index")); in profile()
DClangdServer.h379 std::unique_ptr<BackgroundIndex> BackgroundIdx; variable