Home | History | Annotate | Download | only in Serialization

Lines Matching defs:End

199       Modules[ID].Dependencies.insert(Modules[ID].Dependencies.end(),
204 // Make sure we're at the end of the record.
281 if (Known == ModulesByFile.end())
305 if (Known == Table.end()) {
323 if (Known == UnresolvedModules.end()) {
409 if (Known != ModuleFiles.end())
708 MEnd = ModuleFiles.end();
718 Record.append(Name.begin(), Name.end());
722 Record.append(M->second.Dependencies.begin(), M->second.Dependencies.end());
733 IEnd = InterestingIdentifiers.end();
801 // at the end of that translation unit, so we don't have to.
862 /// \brief The end position within the identifier lookup table.
863 IdentifierIndexTable::key_iterator End;
868 End = Idx.key_end();
872 if (Current == End)