Lines Matching refs:NestedBlockIndent
685 State.Stack.back().NestedBlockIndent = State.Column; in addTokenOnCurrentLine()
774 State.Stack.back().NestedBlockIndent = State.Column; in addTokenOnNewLine()
927 return State.Stack[State.Stack.size() - 2].NestedBlockIndent; in getNewLineColumn()
1105 State.Stack.back().NestedBlockIndent = State.Stack.back().Indent; in moveStateToNextToken()
1114 State.Stack.back().NestedBlockIndent = State.Stack.back().Indent; in moveStateToNextToken()
1122 State.Stack.back().NestedBlockIndent = in moveStateToNextToken()
1284 unsigned NestedBlockIndent = std::max(State.Stack.back().StartOfFunctionCall, in moveStatePastScopeOpener() local
1285 State.Stack.back().NestedBlockIndent); in moveStatePastScopeOpener()
1290 std::min(State.Column, State.Stack.back().NestedBlockIndent); in moveStatePastScopeOpener()
1307 NestedBlockIndent = std::max(NestedBlockIndent, State.Column + 1); in moveStatePastScopeOpener()
1383 State.Stack.back().NestedBlockIndent = NestedBlockIndent; in moveStatePastScopeOpener()
1438 unsigned NestedBlockIndent = State.Stack.back().NestedBlockIndent; in moveStateToNewBlock() local
1441 NestedBlockIndent + (State.NextToken->is(TT_ObjCBlockLBrace) in moveStateToNewBlock()
1448 State.Stack.back().NestedBlockIndent = NestedBlockIndent; in moveStateToNewBlock()
1520 ? State.Stack.back().NestedBlockIndent in reformatRawStringLiteral()