Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineParser.h205 void flushComments(bool NewlineBeforeNext);
H A DUnwrappedLineParser.cpp414 flushComments(true); in parseFile()
1047 flushComments(isOnNewLine(*FormatTok)); in parseChildBlock()
4156 void UnwrappedLineParser::flushComments(bool NewlineBeforeNext) { in flushComments() function in clang::format::UnwrappedLineParser
4181 flushComments(isOnNewLine(*FormatTok)); in nextToken()
4314 flushComments(isOnNewLine(*FormatTok)); in readToken()