Searched refs:RelationsSnapshot (Results 1 – 2 of 2) sorted by relevance
258 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()
103 llvm::StringMap<std::shared_ptr<RelationSlab>> RelationsSnapshot; variable