Searched refs:isOnNewLine (Results 1 – 2 of 2) sorted by relevance
127 bool isOnNewLine(const FormatToken &FormatTok);
481 flushComments(isOnNewLine(*FormatTok)); in parseChildBlock()1835 bool UnwrappedLineParser::isOnNewLine(const FormatToken &FormatTok) { in isOnNewLine() function in clang::format::UnwrappedLineParser1846 if (isOnNewLine(**I) && JustComments) in flushComments()1858 flushComments(isOnNewLine(*FormatTok)); in nextToken()1877 flushComments(isOnNewLine(*FormatTok)); in readToken()1901 if (isOnNewLine(*FormatTok) || FormatTok->IsFirst) { in readToken()