Searched refs:isOnNewLine (Results 1 – 2 of 2) sorted by relevance
218 bool isOnNewLine(const FormatToken &FormatTok);
1047 flushComments(isOnNewLine(*FormatTok)); in parseChildBlock()4044 bool UnwrappedLineParser::isOnNewLine(const FormatToken &FormatTok) { in isOnNewLine() function in clang::format::UnwrappedLineParser4169 if (isOnNewLine(*Tok) && JustComments && !Tok->ContinuesLineCommentSection) in flushComments()4181 flushComments(isOnNewLine(*FormatTok)); in nextToken()4245 (isOnNewLine(*FormatTok) || FormatTok->IsFirst)) { in distributeComments()4314 flushComments(isOnNewLine(*FormatTok)); in readToken()