Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/index/
DFileIndex.cpp267 std::vector<std::shared_ptr<RefSlab>> RefSlabs; in buildIndex() local
275 RefSlabs.push_back(FileAndRefs.second.Slab); in buildIndex()
277 MainFileRefs.push_back(RefSlabs.back().get()); in buildIndex()
332 for (const auto &RefSlab : RefSlabs) in buildIndex()
367 for (const auto &RefSlab : RefSlabs) 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()