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

References

tools/clang/lib/Format/NamespaceEndCommentsFixer.cpp
  194   for (size_t I = 0, E = AnnotatedLines.size(); I != E; ++I) {
  194   for (size_t I = 0, E = AnnotatedLines.size(); I != E; ++I) {
  195     const AnnotatedLine *EndLine = AnnotatedLines[I];
  216       if ((I + 1 < E) &&
  218               getNamespaceTokenText(AnnotatedLines[I + 1], AnnotatedLines) &&
  220               AnnotatedLines[I + 1]->MatchingOpeningBlockLineIndex &&
  221           !AnnotatedLines[I + 1]->First->Finalized) {
  240     if (!EndCommentNextTok && I + 1 < E)
  241       EndCommentNextTok = AnnotatedLines[I + 1]->First;
  248       bool isShort = I - StartLineIndex <= kShortNamespaceMaxLines + 1;