Lines Matching refs:LineState
906 static void printLineState(const LineState &State) { in printLineState()
953 bool formatChildren(LineState &State, bool NewLine, bool DryRun, in formatChildren()
1044 LineState State = Indenter->getInitialState(FirstIndent, FirstStartColumn, in formatLine()
1070 LineState State = in formatLine()
1094 LineState State = in formatLine()
1108 bool operator()(LineState *obj1, LineState *obj2) const { in operator ()()
1123 StateNode(const LineState &State, bool NewLine, StateNode *Previous) in StateNode()
1125 LineState State;
1147 unsigned analyzeSolutionSpace(LineState &InitialState, bool DryRun) { in analyzeSolutionSpace()
1148 std::set<LineState *, CompareLineStatePointers> Seen; in analyzeSolutionSpace()
1237 void reconstructPath(LineState &State, StateNode *Best) { in reconstructPath()