Searched defs:flushComments (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Format/
H A DUnwrappedLineParser.cpp270 flushComments(true);
465 flushComments(isOnNewLine(*FormatTok));
1732 void UnwrappedLineParser::flushComments(bool NewlineBeforeNext) { function in class:clang::format::UnwrappedLineParser
1752 flushComments(isOnNewLine(*FormatTok));
1771 flushComments(isOnNewLine(*FormatTok));

Completed in 52 milliseconds