Lines Matching defs:IF
198 IndexFileIn IF;
199 IF.Sources = It->getValue().IG;
200 IF.Cmd = Index.Cmd;
205 IF.Symbols = std::move(SymB).build();
212 IF.Refs = std::move(RefB).build();
218 IF.Relations = std::move(RelB).build();
220 return std::move(IF);
430 void FileIndex::updatePreamble(IndexFileIn IF) {
431 FileShardedIndex ShardedIndex(std::move(IF));
433 auto IF = ShardedIndex.getShard(Uri);
436 assert(IF);
438 Uri, std::make_unique<SymbolSlab>(std::move(*IF->Symbols)),
440 std::make_unique<RelationSlab>(std::move(*IF->Relations)),
464 IndexFileIn IF;
465 std::tie(IF.Symbols, std::ignore, IF.Relations) =
467 updatePreamble(std::move(IF));