HomeSort by relevance Sort by last modified time
    Searched defs:NewLine (Results 1 - 8 of 8) sorted by null

  /external/lzma/CPP/7zip/UI/Console/
BenchCon.cpp 15 void NewLine();
24 void CPrintBenchCallback::NewLine()
39 callback.NewLine();
  /external/llvm/tools/llvm-pdbdump/
LinePrinter.cpp 65 void LinePrinter::NewLine() {
  /external/clang/lib/Format/
FormatToken.cpp 106 bool NewLine = false;
120 NewLine = true;
124 Penalty += Indenter->addTokenToState(State, NewLine, DryRun, ExtraSpaces);
UnwrappedLineFormatter.cpp 498 /// are currently trying to keep the "}" on the same line (i.e. \p NewLine is
502 /// If \p NewLine is true, we format the nested block on separate lines, i.e.
509 bool formatChildren(LineState &State, bool NewLine, bool DryRun,
519 if (NewLine) {
588 bool Newline =
592 formatChildren(State, Newline, /*DryRun=*/false, Penalty);
593 Indenter->addTokenToState(State, Newline, /*DryRun=*/false);
613 formatChildren(State, /*Newline=*/false, DryRun, Penalty);
614 Indenter->addTokenToState(State, /*Newline=*/false, DryRun);
659 /// inserting a newline dependent on the \c NewLine
    [all...]
  /external/v8/src/
json-stringifier.cc 477 if (length > 0) NewLine();
551 if (comma) NewLine();
586 if (comma) NewLine();
616 if (length > 0) NewLine();
684 void JsonStringifier::NewLine() {
692 NewLine();
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
Profiler.cs 53 public static readonly string NewLine = Environment.NewLine;
496 buf.Append(NewLine);
499 buf.Append(NewLine);
502 buf.Append(NewLine);
505 buf.Append(NewLine);
508 buf.Append(NewLine);
511 buf.Append(NewLine);
514 buf.Append(NewLine);
517 // buf.Append(newline);
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Profiler.cs 53 public static readonly string NewLine = Environment.NewLine;
547 buf.Append(NewLine);
550 buf.Append(NewLine);
553 buf.Append(NewLine);
556 buf.Append(NewLine);
559 buf.Append(NewLine);
562 buf.Append(NewLine);
565 buf.Append(NewLine);
568 // buf.Append(newline);
    [all...]
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 223 // need to emit a newline between tokens on different lines.
260 unsigned NewLine = UserLoc.getLine();
271 // off by one. We can do better by simply incrementing NewLine here.
272 NewLine += 1;
275 CurLine = NewLine;
331 // Since we want a newline after the @import, but not a #<line>, start a new
506 // newline characters.
575 // newline characters.

Completed in 193 milliseconds