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.h249 bool isOnNewLine(const FormatToken &FormatTok);
H A DUnwrappedLineParser.cpp994 flushComments(isOnNewLine(*FormatTok)); in parseChildBlock()
4612 bool UnwrappedLineParser::isOnNewLine(const FormatToken &FormatTok) { in isOnNewLine() function in clang::format::UnwrappedLineParser
4737 if (isOnNewLine(*Tok) && JustComments && !Tok->ContinuesLineCommentSection) in flushComments()
4749 flushComments(isOnNewLine(*FormatTok)); in nextToken()
4813 (isOnNewLine(*FormatTok) || FormatTok->IsFirst)) { in distributeComments()
4884 flushComments(isOnNewLine(*FormatTok)); in readToken()