Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/index/
DFileIndex.cpp266 std::vector<std::shared_ptr<SymbolSlab>> SymbolSlabs; in buildIndex() local
273 SymbolSlabs.push_back(FileAndSymbols.second); in buildIndex()
290 for (const auto &Slab : SymbolSlabs) { in buildIndex()
316 for (const auto &Slab : SymbolSlabs) in buildIndex()
365 for (const auto &Slab : SymbolSlabs) in buildIndex()
376 std::make_tuple(std::move(SymbolSlabs), std::move(RefSlabs), in buildIndex()
383 std::make_tuple(std::move(SymbolSlabs), std::move(RefSlabs), in buildIndex()