Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
3115 void UnwrappedLineParser::flushComments(bool NewlineBeforeNext) { in flushComments() function in clang::format::UnwrappedLineParser
3143 flushComments(isOnNewLine(*FormatTok)); in nextToken()
3231 flushComments(isOnNewLine(*FormatTok)); in readToken()