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

References

tools/clang/lib/Format/NamespaceEndCommentsFixer.cpp
  106       NamespaceMacroCommentPattern->match(Comment->TokenText, &Groups)) {
  107     StringRef NamespaceTokenText = Groups.size() > 4 ? Groups[4] : "";
  107     StringRef NamespaceTokenText = Groups.size() > 4 ? Groups[4] : "";
  112              !NamespaceCommentPattern->match(Comment->TokenText, &Groups)) {
  116   StringRef NamespaceNameInComment = Groups.size() > 5 ? Groups[5] : "";
  116   StringRef NamespaceNameInComment = Groups.size() > 5 ? Groups[5] : "";
  120   StringRef AnonymousInComment = Groups.size() > 3 ? Groups[3] : "";
  120   StringRef AnonymousInComment = Groups.size() > 3 ? Groups[3] : "";