Searched refs:flushComments (Results 1 – 2 of 2) sorted by relevance
107 void flushComments(bool NewlineBeforeNext);
248 flushComments(true); in parseFile()1286 void UnwrappedLineParser::flushComments(bool NewlineBeforeNext) { in flushComments() function in clang::format::UnwrappedLineParser1306 flushComments(FormatTok->NewlinesBefore > 0); in nextToken()1325 flushComments(FormatTok->NewlinesBefore > 0); in readToken()