Lines Matching refs:LineState
928 static void printLineState(const LineState &State) { in printLineState()
975 bool formatChildren(LineState &State, bool NewLine, bool DryRun, in formatChildren()
1066 LineState State = Indenter->getInitialState(FirstIndent, FirstStartColumn, in formatLine()
1092 LineState State = in formatLine()
1116 LineState State = in formatLine()
1130 bool operator()(LineState *obj1, LineState *obj2) const { in operator ()()
1145 StateNode(const LineState &State, bool NewLine, StateNode *Previous) in StateNode()
1147 LineState State;
1169 unsigned analyzeSolutionSpace(LineState &InitialState, bool DryRun) { in analyzeSolutionSpace()
1170 std::set<LineState *, CompareLineStatePointers> Seen; in analyzeSolutionSpace()
1259 void reconstructPath(LineState &State, StateNode *Best) { in reconstructPath()