Lines Matching defs:LastSpace
747 CurrentState.LastSpace = CurrentState.VariablePos;
962 CurrentState.LastSpace = State.Column;
968 CurrentState.LastSpace = State.Column;
974 CurrentState.LastSpace = State.Column;
976 CurrentState.LastSpace = State.Column;
985 CurrentState.LastSpace = State.Column;
988 CurrentState.LastSpace = State.Column;
1001 CurrentState.LastSpace = State.Column;
1104 // Thus, we set LastSpace of the next higher NestingLevel, to which we move
1107 State.Stack[State.Stack.size() - 2].LastSpace =
1108 std::max(CurrentState.LastSpace, CurrentState.Indent) +
1152 CurrentState.LastSpace = State.Column;
1157 CurrentState.LastSpace += 3; // 3 -> width of "<< ".
1292 std::max(CurrentState.LastSpace, CurrentState.Indent) +
1302 return std::max(CurrentState.LastSpace,
1339 return State.Stack[State.Stack.size() - 2].LastSpace;
1360 return State.Stack[State.Stack.size() - 2].LastSpace;
1366 return State.Stack[State.Stack.size() - 2].LastSpace;
1373 return State.Stack[State.Stack.size() - 2].LastSpace;
1376 return State.Stack[State.Stack.size() - 2].LastSpace;
1454 return std::max(CurrentState.LastSpace, CurrentState.Indent);
1663 CurrentState.LastSpace = State.Column;
1780 // Indent from 'LastSpace' unless these are fake parentheses encapsulating
1794 std::max(State.Column, NewParenState.Indent), CurrentState.LastSpace);
1827 NewParenState.LastSpace = std::max(NewParenState.LastSpace, State.Column);
1870 // but in LastSpace).
1871 State.Stack.back().LastSpace -= Style.IndentWidth;
1895 unsigned LastSpace = CurrentState.LastSpace;
1907 CurrentState.LastSpace + Style.BracedInitializerIndentWidth.value_or(
1910 NewIndent = CurrentState.LastSpace + Style.ContinuationIndentWidth;
1927 std::max(CurrentState.LastSpace, CurrentState.StartOfFunctionCall);
1946 LastSpace = std::max(LastSpace, CurrentState.Indent);
2015 ParenState(&Current, NewIndent, LastSpace, AvoidBinPacking, NoLineBreak));
2112 State.Stack.back().LastSpace,
2881 State.Stack.back().LastSpace = StartColumn;