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

References

tools/clang/lib/Format/BreakableToken.cpp
  603   if (!mayReflow(LineIndex, CommentPragmasRegex))
  608   size_t Trimmed = Content[LineIndex].find_first_not_of(Blanks);
  609   if (LineIndex) {
  610     unsigned PreviousContentIndent = getContentIndent(LineIndex - 1);