Home | History | Annotate | Download | only in Format

Lines Matching refs:LineState

329     LineState State;
492 struct LineState {
534 /// \brief Comparison operator to be able to used \c LineState in \c map.
535 bool operator<(const LineState &Other) const {
559 void formatWithoutColumnLimit(LineState &State) {
575 unsigned addTokenToState(bool Newline, bool DryRun, LineState &State) {
795 unsigned moveStateToNextToken(LineState &State, bool DryRun, bool Newline) {
955 unsigned breakProtrudingToken(const FormatToken &Current, LineState &State,
1078 StateNode(const LineState &State, bool NewLine, StateNode *Previous)
1080 LineState State;
1106 void analyzeSolutionSpace(LineState &InitialState) {
1107 std::set<LineState> Seen;
1149 void reconstructPath(LineState &State, StateNode *Current) {
1198 bool canBreak(const LineState &State) {
1224 bool mustBreak(const LineState &State) {
1308 unsigned getRemainingLength(const LineState &State) {