Searched refs:isOnNewLine (Results 1 – 2 of 2) sorted by relevance
186 bool isOnNewLine(const FormatToken &FormatTok);
723 flushComments(isOnNewLine(*FormatTok)); in parseChildBlock()3002 bool UnwrappedLineParser::isOnNewLine(const FormatToken &FormatTok) { in isOnNewLine() function in clang::format::UnwrappedLineParser3131 if (isOnNewLine(**I) && JustComments && !(*I)->ContinuesLineCommentSection) in flushComments()3143 flushComments(isOnNewLine(*FormatTok)); in nextToken()3197 (isOnNewLine(*FormatTok) || FormatTok->IsFirst)) { in distributeComments()3231 flushComments(isOnNewLine(*FormatTok)); in readToken()