Searched refs:isOnNewLine (Results 1 – 2 of 2) sorted by relevance
252 bool isOnNewLine(const FormatToken &FormatTok);
989 flushComments(isOnNewLine(*FormatTok)); in parseChildBlock()4632 bool UnwrappedLineParser::isOnNewLine(const FormatToken &FormatTok) { in isOnNewLine() function in clang::format::UnwrappedLineParser4757 if (isOnNewLine(*Tok) && JustComments && !Tok->ContinuesLineCommentSection) in flushComments()4769 flushComments(isOnNewLine(*FormatTok)); in nextToken()4832 (isOnNewLine(*FormatTok) || FormatTok->IsFirst)) { in distributeComments()4910 flushComments(isOnNewLine(*FormatTok)); in readToken()