Lines Matching refs:NewLine
815 bool formatChildren(LineState &State, bool NewLine, bool DryRun, in formatChildren() argument
825 if (NewLine) { in formatChildren()
983 StateNode(const LineState &State, bool NewLine, StateNode *Previous) in StateNode()
984 : State(State), NewLine(NewLine), Previous(Previous) {} in StateNode()
986 bool NewLine; member
1073 bool NewLine, unsigned *Count, QueueType *Queue) { in addNextStateToQueue() argument
1074 if (NewLine && !Indenter->canBreak(PreviousNode->State)) in addNextStateToQueue()
1076 if (!NewLine && Indenter->mustBreak(PreviousNode->State)) in addNextStateToQueue()
1080 StateNode(PreviousNode->State, NewLine, PreviousNode); in addNextStateToQueue()
1081 if (!formatChildren(Node->State, NewLine, /*DryRun=*/true, Penalty)) in addNextStateToQueue()
1084 Penalty += Indenter->addTokenToState(Node->State, NewLine, true); in addNextStateToQueue()
1101 formatChildren(State, (*I)->NewLine, /*DryRun=*/false, Penalty); in reconstructPath()
1102 Penalty += Indenter->addTokenToState(State, (*I)->NewLine, false); in reconstructPath()
1106 if ((*I)->NewLine) { in reconstructPath()