• Home
  • Raw
  • Download

Lines Matching refs:DryRun

137   const AnnotatedLine *getNextMergedLine(bool DryRun,  in getNextMergedLine()  argument
151 if (!DryRun) in getNextMergedLine()
486 bool DryRun) = 0;
509 bool formatChildren(LineState &State, bool NewLine, bool DryRun, in formatChildren() argument
524 BlockFormatter->format(Previous.Children, DryRun, AdditionalIndent, in formatChildren()
551 if (!DryRun) { in formatChildren()
557 Penalty += formatLine(*Previous.Children[0], State.Column + 1, DryRun); in formatChildren()
583 bool DryRun) override { in formatLine() argument
584 assert(!DryRun); in formatLine()
609 bool DryRun) override { in formatLine() argument
611 LineState State = Indenter->getInitialState(FirstIndent, &Line, DryRun); in formatLine()
613 formatChildren(State, /*Newline=*/false, DryRun, Penalty); in formatLine()
614 Indenter->addTokenToState(State, /*Newline=*/false, DryRun); in formatLine()
632 bool DryRun) override { in formatLine() argument
633 LineState State = Indenter->getInitialState(FirstIndent, &Line, DryRun); in formatLine()
641 return analyzeSolutionSpace(State, DryRun); in formatLine()
684 unsigned analyzeSolutionSpace(LineState &InitialState, bool DryRun) { in analyzeSolutionSpace() argument
734 if (!DryRun) in analyzeSolutionSpace()
798 bool DryRun, int AdditionalIndent, in format() argument
806 if (DryRun && CacheIt != PenaltyCache.end()) in format()
820 Joiner.getNextMergedLine(DryRun, IndentTracker); in format()
842 if (!DryRun) in format()
846 NextLine = Joiner.getNextMergedLine(DryRun, IndentTracker); in format()
856 .formatLine(TheLine, Indent, DryRun); in format()
859 .formatLine(TheLine, Indent, DryRun); in format()
862 .formatLine(TheLine, Indent, DryRun); in format()
870 format(Tok->Children, DryRun); in format()
878 if (!DryRun) { in format()
895 NextLine = Joiner.getNextMergedLine(DryRun, IndentTracker); in format()
898 if (!DryRun) in format()