reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
219 case IndexType::Light: 252 PreambleSymbols.buildIndex(UseDex ? IndexType::Heavy : IndexType::Light, 264 MainFileSymbols.buildIndex(IndexType::Light, DuplicateHandling::Merge));tools/clang/tools/extra/clangd/unittests/FileIndexTests.cpp
85 EXPECT_THAT(runFuzzyFind(*FS.buildIndex(IndexType::Light), ""), IsEmpty()); 89 EXPECT_THAT(runFuzzyFind(*FS.buildIndex(IndexType::Light), ""), 91 EXPECT_THAT(getRefs(*FS.buildIndex(IndexType::Light), SymbolID("1")), 99 for (auto Type : {IndexType::Light, IndexType::Heavy}) 119 for (auto Type : {IndexType::Light, IndexType::Heavy}) 132 auto Symbols = FS.buildIndex(IndexType::Light); 138 auto Empty = FS.buildIndex(IndexType::Light); 418 runFuzzyFind(*FS.buildIndex(IndexType::Light, DuplicateHandling::Merge), 440 runFuzzyFind(*FS.buildIndex(IndexType::Light, DuplicateHandling::Merge),