Lines Matching defs:NestedBlockIndent
896 CurrentState.NestedBlockIndent = State.Column;
1005 CurrentState.NestedBlockIndent = State.Column;
1267 return State.Stack[State.Stack.size() - 2].NestedBlockIndent;
1564 CurrentState.NestedBlockIndent = CurrentState.Indent;
1579 CurrentState.NestedBlockIndent = CurrentState.Indent;
1590 CurrentState.NestedBlockIndent = State.Column + Current.ColumnWidth + 1;
1595 CurrentState.NestedBlockIndent = State.Column;
1827 unsigned NestedBlockIndent = std::max(CurrentState.StartOfFunctionCall,
1828 CurrentState.NestedBlockIndent);
1833 std::min(State.Column, CurrentState.NestedBlockIndent);
1852 NestedBlockIndent = std::max(NestedBlockIndent, State.Column + 1);
1945 NewState.NestedBlockIndent = NestedBlockIndent;
2022 State.Stack.back().NestedBlockIndent = State.FirstIndent;
2024 unsigned NestedBlockIndent = State.Stack.back().NestedBlockIndent;
2027 NestedBlockIndent + (State.NextToken->is(TT_ObjCBlockLBrace)
2042 State.Stack.back().NestedBlockIndent = NestedBlockIndent;
2123 ? State.Stack.back().NestedBlockIndent