Home
last modified time | relevance | path

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

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