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

/external/clang/lib/Format/
H A DUnwrappedLineParser.cpp1498 bool UnwrappedLineParser::isOnNewLine(const FormatToken &FormatTok) { function in class:clang::format::UnwrappedLineParser
1509 if (isOnNewLine(**I) && JustComments) {
1523 flushComments(isOnNewLine(*FormatTok));
1543 flushComments(isOnNewLine(*FormatTok));
1567 if (isOnNewLine(*FormatTok) || FormatTok->IsFirst) {

Completed in 171 milliseconds