Searched refs:isOnNewLine (Results 1 – 2 of 2) sorted by relevance
129 bool isOnNewLine(const FormatToken &FormatTok);
495 flushComments(isOnNewLine(*FormatTok)); in parseChildBlock()2016 bool UnwrappedLineParser::isOnNewLine(const FormatToken &FormatTok) { in isOnNewLine() function in clang::format::UnwrappedLineParser2027 if (isOnNewLine(**I) && JustComments) in flushComments()2039 flushComments(isOnNewLine(*FormatTok)); in nextToken()2069 flushComments(isOnNewLine(*FormatTok)); in readToken()2093 if (isOnNewLine(*FormatTok) || FormatTok->IsFirst) { in readToken()