Home | History | Annotate | Download | only in Serialization

Lines Matching defs:IdentifierTable

2902     for (IdentifierTable::iterator ID = PP.getIdentifierTable().begin(),
2921 SmallString<4096> IdentifierTable;
2925 llvm::raw_svector_ostream Out(IdentifierTable);
2942 Stream.EmitRecordWithBlob(IDTableAbbrev, Record, IdentifierTable.str());
3555 IdentifierTable &Table = PP.getIdentifierTable();
3567 for (IdentifierTable::iterator ID = PP.getIdentifierTable().begin(),