HomeSort by relevance Sort by last modified time
    Searched refs:NewLines (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 214 /// if some newlines were emitted.
216 // If this line is "close enough" to the original line, just print newlines,
224 const char *NewLines = "\n\n\n\n\n\n\n\n";
225 OS.write(NewLines, LineNo-CurLine);
609 // If this token is at the start of a line, emit newlines if needed.
637 // Tokens that can contain embedded newlines need to adjust our current
645 // Tokens that can contain embedded newlines need to adjust our current
  /external/clang/lib/Format/
Format.cpp 666 unsigned NewLines = 1;
668 NewLines = std::max(
669 NewLines,
671 Whitespaces.replaceWhitespace(Current, NewLines, State.Column,
    [all...]

Completed in 2367 milliseconds