Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/index/
DFileIndex.cpp250 RefsSnapshot.erase(Key); in update()
255 RefsSnapshot[Key] = std::move(Item); in update()
274 for (const auto &FileAndRefs : RefsSnapshot) { in buildIndex()
397 for (const auto &RefSlab : RefsSnapshot) { in profile()
DFileIndex.h102 llvm::StringMap<RefSlabAndCountReferences> RefsSnapshot; variable