Lines Matching full:seqid
231 unsigned SeqID;
391 StructorType(0), SeqID(0), AbiTagsRoot(AbiTags) {
399 SeqID(0), AbiTagsRoot(AbiTags) { }
403 SeqID(0), AbiTagsRoot(AbiTags) { }
408 SeqID(Outer.SeqID), AbiTagsRoot(AbiTags) {}
413 SeqID(Outer.SeqID), AbiTagsRoot(AbiTags) {}
437 void mangleSeqID(unsigned SeqID);
2669 // We increment the SeqID here to emulate adding an entry to the
2671 ++SeqID;
4174 void CXXNameMangler::mangleSeqID(unsigned SeqID) {
4175 if (SeqID == 1)
4177 else if (SeqID > 1) {
4178 SeqID--;
4185 for (; SeqID != 0; SeqID /= 36) {
4186 unsigned C = SeqID % 36;
4244 unsigned SeqID = I->second;
4246 mangleSeqID(SeqID);
4405 Substitutions[Ptr] = SeqID++;