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

  /external/clang/lib/Format/
Format.cpp 110 void replaceWhitespace(const AnnotatedToken &Tok, unsigned NewLines,
113 // 2+ newlines mean an empty line separating logic scopes.
114 if (NewLines >= 2)
134 Comment.NewLines = NewLines;
136 NewLines > 0 ? Spaces : WhitespaceStartColumn + Spaces;
151 storeReplacement(Tok.FormatTok, getNewLineText(NewLines, Spaces));
155 /// backslashes to escape newlines inside a preprocessor directive.
158 /// \c Newlines == 0.
159 void replacePPWhitespace(const AnnotatedToken &Tok, unsigned NewLines,
    [all...]
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 199 /// if some newlines were emitted.
201 // If this line is "close enough" to the original line, just print newlines,
209 const char *NewLines = "\n\n\n\n\n\n\n\n";
210 OS.write(NewLines, LineNo-CurLine);
531 // If this token is at the start of a line, emit newlines if needed.
559 // Tokens that can contain embedded newlines need to adjust our current
567 // Tokens that can contain embedded newlines need to adjust our current

Completed in 36 milliseconds