Lines Matching refs:LineState
982 static void printLineState(const LineState &State) { in printLineState()
1029 bool formatChildren(LineState &State, bool NewLine, bool DryRun, in formatChildren()
1111 LineState State = Indenter->getInitialState(FirstIndent, FirstStartColumn, in formatLine()
1137 LineState State = in formatLine()
1161 LineState State = in formatLine()
1175 bool operator()(LineState *obj1, LineState *obj2) const { in operator ()()
1190 StateNode(const LineState &State, bool NewLine, StateNode *Previous) in StateNode()
1192 LineState State;
1214 unsigned analyzeSolutionSpace(LineState &InitialState, bool DryRun) { in analyzeSolutionSpace()
1215 std::set<LineState *, CompareLineStatePointers> Seen; in analyzeSolutionSpace()
1304 void reconstructPath(LineState &State, StateNode *Best) { in reconstructPath()