Searched refs:isOnNewLine (Results 1 – 2 of 2) sorted by relevance
128 bool isOnNewLine(const FormatToken &FormatTok);
465 flushComments(isOnNewLine(*FormatTok)); in parseChildBlock()1727 bool UnwrappedLineParser::isOnNewLine(const FormatToken &FormatTok) { in isOnNewLine() function in clang::format::UnwrappedLineParser1738 if (isOnNewLine(**I) && JustComments) { in flushComments()1752 flushComments(isOnNewLine(*FormatTok)); in nextToken()1771 flushComments(isOnNewLine(*FormatTok)); in readToken()1795 if (isOnNewLine(*FormatTok) || FormatTok->IsFirst) { in readToken()