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

References

tools/clang/lib/Format/BreakableToken.cpp
  790     if (CurrentTok->Next && !CurrentTok->Next->ContinuesLineCommentSection) {
tools/clang/lib/Format/UnwrappedLineParser.cpp
 2620     (*I)->ContinuesLineCommentSection =
 2622     if (isOnNewLine(**I) && JustComments && !(*I)->ContinuesLineCommentSection)
 2682       FormatTok->ContinuesLineCommentSection = false;
 2684       FormatTok->ContinuesLineCommentSection =
 2687     if (!FormatTok->ContinuesLineCommentSection &&