Lines Matching refs:LineState
671 static void printLineState(const LineState &State) { in printLineState()
720 bool formatChildren(LineState &State, bool NewLine, bool DryRun, in formatChildren()
796 LineState State = Indenter->getInitialState(FirstIndent, FirstStartColumn, in formatLine()
822 LineState State = in formatLine()
846 LineState State = in formatLine()
860 bool operator()(LineState *obj1, LineState *obj2) const { in operator ()()
875 StateNode(const LineState &State, bool NewLine, StateNode *Previous) in StateNode()
877 LineState State;
899 unsigned analyzeSolutionSpace(LineState &InitialState, bool DryRun) { in analyzeSolutionSpace()
900 std::set<LineState *, CompareLineStatePointers> Seen; in analyzeSolutionSpace()
984 void reconstructPath(LineState &State, StateNode *Best) { in reconstructPath()