Home | History | Annotate | Download | only in Format

Lines Matching refs:LineState

552     LineState State =
881 LineState State = Indenter->getInitialState(Indent, &TheLine, DryRun);
943 LineState State = Indenter->getInitialState(FirstIndent, &Line, DryRun);
957 StateNode(const LineState &State, bool NewLine, StateNode *Previous)
959 LineState State;
1060 bool operator()(LineState *obj1, LineState *obj2) const {
1073 unsigned analyzeSolutionSpace(LineState &InitialState, bool DryRun = false) {
1074 std::set<LineState *, CompareLineStatePointers> Seen;
1132 void reconstructPath(LineState &State, StateNode *Current) {
1197 bool formatChildren(LineState &State, bool NewLine, bool DryRun,