Searched refs:SeqID (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DItaniumMangle.cpp208 /// SeqID - The next subsitution sequence number.
209 unsigned SeqID; member in class:__anon17737::CXXNameMangler
258 SeqID(0) {
266 SeqID(0) { }
270 SeqID(0) { }
291 void mangleSeqID(unsigned SeqID);
2121 // We increment the SeqID here to emulate adding an entry to the
2123 ++SeqID;
3417 void CXXNameMangler::mangleSeqID(unsigned SeqID) {
3418 if (SeqID
[all...]

Completed in 1669 milliseconds