Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h238 void flushComments(bool NewlineBeforeNext);
H A DUnwrappedLineParser.cpp288 flushComments(true); in parseFile()
989 flushComments(isOnNewLine(*FormatTok)); in parseChildBlock()
4744 void UnwrappedLineParser::flushComments(bool NewlineBeforeNext) { in flushComments() function in clang::format::UnwrappedLineParser
4769 flushComments(isOnNewLine(*FormatTok)); in nextToken()
4910 flushComments(isOnNewLine(*FormatTok)); in readToken()