Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineParser.h116 void flushComments(bool NewlineBeforeNext);
DUnwrappedLineParser.cpp263 flushComments(true); in parseFile()
495 flushComments(isOnNewLine(*FormatTok)); in parseChildBlock()
2021 void UnwrappedLineParser::flushComments(bool NewlineBeforeNext) { in flushComments() function in clang::format::UnwrappedLineParser
2039 flushComments(isOnNewLine(*FormatTok)); in nextToken()
2069 flushComments(isOnNewLine(*FormatTok)); in readToken()