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

/external/lzma/CPP/7zip/UI/Console/
H A DBenchCon.cpp15 void NewLine();
24 void CPrintBenchCallback::NewLine() function in class:CPrintBenchCallback
39 callback.NewLine();
/external/llvm/tools/llvm-pdbdump/
H A DLinePrinter.cpp65 void LinePrinter::NewLine() { function in class:LinePrinter
/external/clang/lib/Format/
H A DFormatToken.cpp106 bool NewLine = false; local
120 NewLine = true;
124 Penalty += Indenter->addTokenToState(State, NewLine, DryRun, ExtraSpaces);
H A DUnwrappedLineFormatter.cpp498 /// 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, argument
519 if (NewLine) {
659 /// inserting a newline dependent on the \c NewLine.
661 StateNode(const LineState &State, bool NewLine, StateNode *Previous) argument
662 : State(State), NewLine(NewLine), Previous(Previous) {}
664 bool NewLine; member in struct:clang::format::__anon1366::OptimizingLineFormatter::StateNode
721 addNextStateToQueue(Penalty, Node, /*NewLine
747 addNextStateToQueue(unsigned Penalty, StateNode *PreviousNode, bool NewLine, unsigned *Count, QueueType *Queue) argument
[all...]
/external/v8/src/
H A Djson-stringifier.cc477 if (length > 0) NewLine();
551 if (comma) NewLine();
586 if (comma) NewLine();
616 if (length > 0) NewLine();
684 void JsonStringifier::NewLine() { function in class:v8::internal::JsonStringifier
692 NewLine();
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DProfiler.cs53 public static readonly string NewLine = Environment.NewLine; field in class:Antlr.Runtime.Debug.Profiler
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);
562 buf.Append(NewLine);
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DProfiler.cs53 public static readonly string NewLine = Environment.NewLine; field in class:Antlr.Runtime.Debug.Profiler
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);
613 buf.Append(NewLine);
[all...]
/external/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp260 unsigned NewLine = UserLoc.getLine(); local
271 // off by one. We can do better by simply incrementing NewLine here.
272 NewLine += 1;
275 CurLine = NewLine;

Completed in 505 milliseconds