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

References

tools/clang/lib/Format/BreakableToken.cpp
  713   StringRef IndentContent = Content[LineIndex];
  714   if (Lines[LineIndex].ltrim(Blanks).startswith("*")) {
  715     IndentContent = Lines[LineIndex].ltrim(Blanks).substr(1);
  717   return LineIndex > 0 && !CommentPragmasRegex.match(IndentContent) &&
  718          mayReflowContent(Content[LineIndex]) && !Tok.Finalized &&
  719          !switchesFormatting(tokenAt(LineIndex));