Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h173 void flushComments(bool NewlineBeforeNext);
H A DUnwrappedLineParser.cpp323 flushComments(true); in parseFile()
723 flushComments(isOnNewLine(*FormatTok)); in parseChildBlock()
3193 void UnwrappedLineParser::flushComments(bool NewlineBeforeNext) { in flushComments() function in clang::format::UnwrappedLineParser
3221 flushComments(isOnNewLine(*FormatTok)); in nextToken()
3309 flushComments(isOnNewLine(*FormatTok)); in readToken()