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

References

tools/clang/lib/Frontend/TextDiagnostic.cpp
  568   PunctuationEndStack.push_back(EndPunct);
  569   while (End < Length && !PunctuationEndStack.empty()) {
  570     if (Str[End] == PunctuationEndStack.back())
  571       PunctuationEndStack.pop_back();
  573       PunctuationEndStack.push_back(SubEndPunct);