Lines Matching refs:LineState
973 static void printLineState(const LineState &State) { in printLineState()
1020 bool formatChildren(LineState &State, bool NewLine, bool DryRun, in formatChildren()
1102 LineState State = Indenter->getInitialState(FirstIndent, FirstStartColumn, in formatLine()
1128 LineState State = in formatLine()
1152 LineState State = in formatLine()
1166 bool operator()(LineState *obj1, LineState *obj2) const { in operator ()()
1181 StateNode(const LineState &State, bool NewLine, StateNode *Previous) in StateNode()
1183 LineState State;
1205 unsigned analyzeSolutionSpace(LineState &InitialState, bool DryRun) { in analyzeSolutionSpace()
1206 std::set<LineState *, CompareLineStatePointers> Seen; in analyzeSolutionSpace()
1295 void reconstructPath(LineState &State, StateNode *Best) { in reconstructPath()