Lines Matching defs:LastSpace
735 CurrentState.LastSpace = CurrentState.VariablePos;
895 CurrentState.LastSpace = State.Column;
901 CurrentState.LastSpace = State.Column;
907 CurrentState.LastSpace = State.Column;
909 CurrentState.LastSpace = State.Column;
918 CurrentState.LastSpace = State.Column;
921 CurrentState.LastSpace = State.Column;
934 CurrentState.LastSpace = State.Column;
1037 // Thus, we set LastSpace of the next higher NestingLevel, to which we move
1040 State.Stack[State.Stack.size() - 2].LastSpace =
1041 std::max(CurrentState.LastSpace, CurrentState.Indent) +
1085 CurrentState.LastSpace = State.Column;
1090 CurrentState.LastSpace += 3; // 3 -> width of "<< ".
1222 std::max(CurrentState.LastSpace, CurrentState.Indent) +
1232 return std::max(CurrentState.LastSpace,
1269 return State.Stack[State.Stack.size() - 2].LastSpace;
1290 return State.Stack[State.Stack.size() - 2].LastSpace;
1296 return State.Stack[State.Stack.size() - 2].LastSpace;
1303 return State.Stack[State.Stack.size() - 2].LastSpace;
1306 return State.Stack[State.Stack.size() - 2].LastSpace;
1383 return std::max(CurrentState.LastSpace, CurrentState.Indent);
1592 CurrentState.LastSpace = State.Column;
1709 // Indent from 'LastSpace' unless these are fake parentheses encapsulating
1723 std::max(State.Column, NewParenState.Indent), CurrentState.LastSpace);
1756 NewParenState.LastSpace = std::max(NewParenState.LastSpace, State.Column);
1799 // but in LastSpace).
1800 State.Stack.back().LastSpace -= Style.IndentWidth;
1824 unsigned LastSpace = CurrentState.LastSpace;
1836 CurrentState.LastSpace + Style.BracedInitializerIndentWidth.value_or(
1839 NewIndent = CurrentState.LastSpace + Style.ContinuationIndentWidth;
1856 std::max(CurrentState.LastSpace, CurrentState.StartOfFunctionCall);
1875 LastSpace = std::max(LastSpace, CurrentState.Indent);
1943 ParenState(&Current, NewIndent, LastSpace, AvoidBinPacking, NoLineBreak));
2040 State.Stack.back().LastSpace,
2809 State.Stack.back().LastSpace = StartColumn;