Lines Matching refs:NestedBlockIndent
371 State.Stack.back().NestedBlockIndent = State.Column; in addTokenOnCurrentLine()
450 State.Stack.back().NestedBlockIndent = State.Column; in addTokenOnNewLine()
579 return State.Stack[State.Stack.size() - 2].NestedBlockIndent; in getNewLineColumn()
711 State.Stack.back().NestedBlockIndent = State.Stack.back().Indent; in moveStateToNextToken()
717 State.Stack.back().NestedBlockIndent = in moveStateToNextToken()
885 unsigned NestedBlockIndent = std::max(State.Stack.back().StartOfFunctionCall, in moveStatePastScopeOpener() local
886 State.Stack.back().NestedBlockIndent); in moveStatePastScopeOpener()
889 NewIndent = State.Stack.back().NestedBlockIndent + Style.IndentWidth; in moveStatePastScopeOpener()
901 NestedBlockIndent = std::max(NestedBlockIndent, State.Column + 1); in moveStatePastScopeOpener()
957 State.Stack.back().NestedBlockIndent = NestedBlockIndent; in moveStatePastScopeOpener()
984 unsigned NestedBlockIndent = State.Stack.back().NestedBlockIndent; in moveStateToNewBlock() local
987 NestedBlockIndent + (State.NextToken->is(TT_ObjCBlockLBrace) in moveStateToNewBlock()
994 State.Stack.back().NestedBlockIndent = NestedBlockIndent; in moveStateToNewBlock()