Searched refs:isOnNewLine (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h174 bool isOnNewLine(const FormatToken &FormatTok);
H A DUnwrappedLineParser.cpp703 flushComments(isOnNewLine(*FormatTok));
2796 bool UnwrappedLineParser::isOnNewLine(const FormatToken &FormatTok) { function in class:clang::format::UnwrappedLineParser
2925 if (isOnNewLine(**I) && JustComments && !(*I)->ContinuesLineCommentSection)
2937 flushComments(isOnNewLine(*FormatTok));
2991 (isOnNewLine(*FormatTok) || FormatTok->IsFirst)) {
3025 flushComments(isOnNewLine(*FormatTok));

Completed in 91 milliseconds