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

Declarations

tools/clang/lib/Format/UnwrappedLineParser.h
  167   bool isOnNewLine(const FormatToken &FormatTok);

References

tools/clang/lib/Format/UnwrappedLineParser.cpp
  654     flushComments(isOnNewLine(*FormatTok));
 2622     if (isOnNewLine(**I) && JustComments && !(*I)->ContinuesLineCommentSection)
 2634   flushComments(isOnNewLine(*FormatTok));
 2688         (isOnNewLine(*FormatTok) || FormatTok->IsFirst)) {
 2722       flushComments(isOnNewLine(*FormatTok));