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

References

tools/clang/lib/Format/WhitespaceManager.cpp
  261     while (PreviousNonComment > Start &&
  262            Changes[PreviousNonComment].Tok->is(tok::comment))
  263       PreviousNonComment--;
  265                           Changes[PreviousNonComment].indentAndNestingLevel())