Home | History | Annotate | Download | only in Format

Lines Matching defs:NestedBlockIndent

403     State.Stack.back().NestedBlockIndent = State.Column;
486 State.Stack.back().NestedBlockIndent = State.Column;
621 return State.Stack[State.Stack.size() - 2].NestedBlockIndent;
757 State.Stack.back().NestedBlockIndent = State.Stack.back().Indent;
763 State.Stack.back().NestedBlockIndent =
932 unsigned NestedBlockIndent = std::max(State.Stack.back().StartOfFunctionCall,
933 State.Stack.back().NestedBlockIndent);
936 NewIndent = State.Stack.back().NestedBlockIndent + Style.IndentWidth;
952 NestedBlockIndent = std::max(NestedBlockIndent, State.Column + 1);
1008 State.Stack.back().NestedBlockIndent = NestedBlockIndent;
1035 unsigned NestedBlockIndent = State.Stack.back().NestedBlockIndent;
1038 NestedBlockIndent + (State.NextToken->is(TT_ObjCBlockLBrace)
1045 State.Stack.back().NestedBlockIndent = NestedBlockIndent;