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

/external/clang/lib/AST/
H A DItaniumMangle.cpp178 /// SeqID - The next subsitution sequence number.
179 unsigned SeqID; member in class:__anon3510::CXXNameMangler
228 SeqID(0) {
236 SeqID(0) { }
240 SeqID(0) { }
2018 // We increment the SeqID here to emulate adding an entry to the
2020 ++SeqID;
3257 unsigned SeqID = I->second;
3258 if (SeqID == 0)
3261 SeqID
[all...]

Completed in 43 milliseconds