Home
last modified time | relevance | path

Searched refs:isOnNewLine (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Format/
DUnwrappedLineParser.h128 bool isOnNewLine(const FormatToken &FormatTok);
DUnwrappedLineParser.cpp465 flushComments(isOnNewLine(*FormatTok)); in parseChildBlock()
1727 bool UnwrappedLineParser::isOnNewLine(const FormatToken &FormatTok) { in isOnNewLine() function in clang::format::UnwrappedLineParser
1738 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()