Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h252 bool isOnNewLine(const FormatToken &FormatTok);
H A DUnwrappedLineParser.cpp989 flushComments(isOnNewLine(*FormatTok)); in parseChildBlock()
4632 bool UnwrappedLineParser::isOnNewLine(const FormatToken &FormatTok) { in isOnNewLine() function in clang::format::UnwrappedLineParser
4757 if (isOnNewLine(*Tok) && JustComments && !Tok->ContinuesLineCommentSection) in flushComments()
4769 flushComments(isOnNewLine(*FormatTok)); in nextToken()
4832 (isOnNewLine(*FormatTok) || FormatTok->IsFirst)) { in distributeComments()
4910 flushComments(isOnNewLine(*FormatTok)); in readToken()