Lines Matching refs:SeqID
223 unsigned SeqID;
272 SeqID(0) {
280 SeqID(0) { }
284 SeqID(0) { }
305 void mangleSeqID(unsigned SeqID);
2287 // We increment the SeqID here to emulate adding an entry to the
2289 ++SeqID;
3774 void CXXNameMangler::mangleSeqID(unsigned SeqID) {
3775 if (SeqID == 1)
3777 else if (SeqID > 1) {
3778 SeqID--;
3785 for (; SeqID != 0; SeqID /= 36) {
3786 unsigned C = SeqID % 36;
3850 unsigned SeqID = I->second;
3852 mangleSeqID(SeqID);
4011 Substitutions[Ptr] = SeqID++;