Lines Matching refs:NewLine
1029 bool formatChildren(LineState &State, bool NewLine, bool DryRun, in formatChildren() argument
1040 if (NewLine || Previous.MacroParent) { in formatChildren()
1190 StateNode(const LineState &State, bool NewLine, StateNode *Previous) in StateNode()
1191 : State(State), NewLine(NewLine), Previous(Previous) {} in StateNode()
1193 bool NewLine; member
1285 bool NewLine, unsigned *Count, QueueType *Queue) { in addNextStateToQueue() argument
1286 if (NewLine && !Indenter->canBreak(PreviousNode->State)) in addNextStateToQueue()
1288 if (!NewLine && Indenter->mustBreak(PreviousNode->State)) in addNextStateToQueue()
1292 StateNode(PreviousNode->State, NewLine, PreviousNode); in addNextStateToQueue()
1293 if (!formatChildren(Node->State, NewLine, /*DryRun=*/true, Penalty)) in addNextStateToQueue()
1296 Penalty += Indenter->addTokenToState(Node->State, NewLine, true); in addNextStateToQueue()
1313 formatChildren(State, Node->NewLine, /*DryRun=*/false, Penalty); in reconstructPath()
1314 Penalty += Indenter->addTokenToState(State, Node->NewLine, false); in reconstructPath()
1318 if (Node->NewLine) { in reconstructPath()