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

References

tools/clang/lib/Format/UnwrappedLineParser.cpp
 2682       FormatTok->ContinuesLineCommentSection = false;
 2684       FormatTok->ContinuesLineCommentSection =
 2685           continuesLineCommentSection(*FormatTok, *Line, CommentPragmasRegex);
 2687     if (!FormatTok->ContinuesLineCommentSection &&
 2688         (isOnNewLine(*FormatTok) || FormatTok->IsFirst)) {
 2688         (isOnNewLine(*FormatTok) || FormatTok->IsFirst)) {
 2692       pushToken(FormatTok);
 2694       CommentsBeforeNextToken.push_back(FormatTok);