reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Demangle/ItaniumDemangle.h
 1203     SwapAndRestore<unsigned> SavePackIdx(S.CurrentPackIndex, Max);
 1204     SwapAndRestore<unsigned> SavePackMax(S.CurrentPackMax, Max);
 1205     size_t StreamPos = S.getCurrentPosition();
 1209     Child->print(S);
 1213     if (S.CurrentPackMax == Max) {
 1214       S += "...";
 1220     if (S.CurrentPackMax == 0) {
 1221       S.setCurrentPosition(StreamPos);
 1226     for (unsigned I = 1, E = S.CurrentPackMax; I < E; ++I) {
 1227       S += ", ";
 1228       S.CurrentPackIndex = I;
 1229       Child->print(S);