Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/index/
DFileIndex.cpp258 RelationsSnapshot.erase(Key); in update()
260 RelationsSnapshot[Key] = std::move(Relations); in update()
279 for (const auto &FileAndRelations : RelationsSnapshot) in buildIndex()
402 for (const auto &RelSlab : RelationsSnapshot) { in profile()
DFileIndex.h103 llvm::StringMap<std::shared_ptr<RelationSlab>> RelationsSnapshot; variable