Lines Matching refs:LineState
768 static void printLineState(const LineState &State) { in printLineState()
815 bool formatChildren(LineState &State, bool NewLine, bool DryRun, in formatChildren()
904 LineState State = Indenter->getInitialState(FirstIndent, FirstStartColumn, in formatLine()
930 LineState State = in formatLine()
954 LineState State = in formatLine()
968 bool operator()(LineState *obj1, LineState *obj2) const { in operator ()()
983 StateNode(const LineState &State, bool NewLine, StateNode *Previous) in StateNode()
985 LineState State;
1007 unsigned analyzeSolutionSpace(LineState &InitialState, bool DryRun) { in analyzeSolutionSpace()
1008 std::set<LineState *, CompareLineStatePointers> Seen; in analyzeSolutionSpace()
1092 void reconstructPath(LineState &State, StateNode *Best) { in reconstructPath()