Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineParser.h218 bool isOnNewLine(const FormatToken &FormatTok);
H A DUnwrappedLineParser.cpp1047 flushComments(isOnNewLine(*FormatTok)); in parseChildBlock()
4044 bool UnwrappedLineParser::isOnNewLine(const FormatToken &FormatTok) { in isOnNewLine() function in clang::format::UnwrappedLineParser
4169 if (isOnNewLine(*Tok) && JustComments && !Tok->ContinuesLineCommentSection) in flushComments()
4181 flushComments(isOnNewLine(*FormatTok)); in nextToken()
4245 (isOnNewLine(*FormatTok) || FormatTok->IsFirst)) { in distributeComments()
4314 flushComments(isOnNewLine(*FormatTok)); in readToken()