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

  /external/llvm/tools/llvm-pdbdump/
LinePrinter.cpp 35 void LinePrinter::NewLine() {
  /external/clang/lib/Format/
FormatToken.cpp 91 bool NewLine = false;
105 NewLine = true;
109 Penalty += Indenter->addTokenToState(State, NewLine, DryRun, ExtraSpaces);
UnwrappedLineFormatter.h 51 /// inserting a newline dependent on the \c NewLine.
53 StateNode(const LineState &State, bool NewLine, StateNode *Previous)
54 : State(State), NewLine(NewLine), Previous(Previous) {}
56 bool NewLine;
130 /// penalty of \p Penalty. Insert a line break if \p NewLine is \c true.
132 bool NewLine, unsigned *Count, QueueType *Queue);
143 /// are currently trying to keep the "}" on the same line (i.e. \p NewLine is
147 /// If \p NewLine is true, we format the nested block on separate lines, i.e
    [all...]
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 224 // need to emit a newline between tokens on different lines.
261 unsigned NewLine = UserLoc.getLine();
272 // off by one. We can do better by simply incrementing NewLine here.
273 NewLine += 1;
276 CurLine = NewLine;
332 // Since we want a newline after the @import, but not a #<line>, start a new
507 // newline characters.
571 // newline characters.
  /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/llvm/lib/IR/
AsmWriter.cpp     [all...]

Completed in 135 milliseconds