Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/index/
DFileIndex.cpp268 std::vector<std::shared_ptr<RelationSlab>> RelationSlabs; in buildIndex() local
280 RelationSlabs.push_back(FileAndRelations.second); in buildIndex()
352 for (const auto &RelationSlab : RelationSlabs) { in buildIndex()