Lines Matching defs:Relations
94 auto Relations = Collector.takeRelations();
102 Relations.size(), Relations.bytes());
104 std::move(Relations));
162 if (Index.Relations) {
163 for (const auto &R : *Index.Relations) {
168 SubjectFile->Relations.insert(&R);
170 ObjectFile->Relations.insert(&R);
215 for (const auto *Rel : It->getValue().Relations) {
218 IF.Relations = std::move(RelB).build();
248 std::unique_ptr<RelationSlab> Relations,
264 if (!Relations)
267 RelationsSnapshot[Key] = std::move(Relations);
424 PreambleSymbols(IndexContents::Symbols | IndexContents::Relations,
440 std::make_unique<RelationSlab>(std::move(*IF->Relations)),
465 std::tie(IF.Symbols, std::ignore, IF.Relations) =