Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineParser.h186 bool isOnNewLine(const FormatToken &FormatTok);
H A DUnwrappedLineParser.cpp723 flushComments(isOnNewLine(*FormatTok)); in parseChildBlock()
3002 bool UnwrappedLineParser::isOnNewLine(const FormatToken &FormatTok) { in isOnNewLine() function in clang::format::UnwrappedLineParser
3131 if (isOnNewLine(**I) && JustComments && !(*I)->ContinuesLineCommentSection) in flushComments()
3143 flushComments(isOnNewLine(*FormatTok)); in nextToken()
3197 (isOnNewLine(*FormatTok) || FormatTok->IsFirst)) { in distributeComments()
3231 flushComments(isOnNewLine(*FormatTok)); in readToken()