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

/external/clang/lib/Format/
H A DUnwrappedLineParser.h114 void flushComments(bool NewlineBeforeNext);
H A DUnwrappedLineParser.cpp263 flushComments(true);
481 flushComments(isOnNewLine(*FormatTok));
1840 void UnwrappedLineParser::flushComments(bool NewlineBeforeNext) { function in class:clang::format::UnwrappedLineParser
1858 flushComments(isOnNewLine(*FormatTok));
1877 flushComments(isOnNewLine(*FormatTok));

Completed in 208 milliseconds