Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineParser.h224 void flushComments(bool NewlineBeforeNext);
H A DUnwrappedLineParser.cpp431 flushComments(true); in parseFile()
1105 flushComments(isOnNewLine(*FormatTok)); in parseChildBlock()
4485 void UnwrappedLineParser::flushComments(bool NewlineBeforeNext) { in flushComments() function in clang::format::UnwrappedLineParser
4510 flushComments(isOnNewLine(*FormatTok)); in nextToken()
4643 flushComments(isOnNewLine(*FormatTok)); in readToken()