Lines Matching defs:NestedBlockIndent
963 CurrentState.NestedBlockIndent = State.Column;
1072 CurrentState.NestedBlockIndent = State.Column;
1337 return State.Stack[State.Stack.size() - 2].NestedBlockIndent;
1635 CurrentState.NestedBlockIndent = CurrentState.Indent;
1650 CurrentState.NestedBlockIndent = CurrentState.Indent;
1661 CurrentState.NestedBlockIndent = State.Column + Current.ColumnWidth + 1;
1666 CurrentState.NestedBlockIndent = State.Column;
1898 unsigned NestedBlockIndent = std::max(CurrentState.StartOfFunctionCall,
1899 CurrentState.NestedBlockIndent);
1904 std::min(State.Column, CurrentState.NestedBlockIndent);
1923 NestedBlockIndent = std::max(NestedBlockIndent, State.Column + 1);
2017 NewState.NestedBlockIndent = NestedBlockIndent;
2094 State.Stack.back().NestedBlockIndent = State.FirstIndent;
2096 unsigned NestedBlockIndent = State.Stack.back().NestedBlockIndent;
2099 NestedBlockIndent + (State.NextToken->is(TT_ObjCBlockLBrace)
2114 State.Stack.back().NestedBlockIndent = NestedBlockIndent;
2195 ? State.Stack.back().NestedBlockIndent