Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/index/
DFileIndex.h52 enum class DuplicateHandling { enum
88 DuplicateHandling DuplicateHandle = DuplicateHandling::PickOne,
DFileIndex.cpp264 FileSymbols::buildIndex(IndexType Type, DuplicateHandling DuplicateHandle, in buildIndex()
288 case DuplicateHandling::Merge: { in buildIndex()
314 case DuplicateHandling::PickOne: { in buildIndex()
437 DuplicateHandling::PickOne, &IndexVersion); in updatePreamble()
462 IndexType::Light, DuplicateHandling::Merge, &IndexVersion); in updateMain()
DBackgroundRebuild.cpp121 NewIndex = Source->buildIndex(IndexType::Heavy, DuplicateHandling::Merge); in maybeRebuild()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DFileIndexTests.cpp142 runFuzzyFind(*FS.buildIndex(Type, DuplicateHandling::Merge), "x"), in TEST()
502 runFuzzyFind(*FS.buildIndex(IndexType::Light, DuplicateHandling::Merge), in TEST()
524 runFuzzyFind(*FS.buildIndex(IndexType::Light, DuplicateHandling::Merge), in TEST()