Lines Matching refs:NestedBlockIndent
791 CurrentState.NestedBlockIndent = State.Column; in addTokenOnCurrentLine()
900 CurrentState.NestedBlockIndent = State.Column; in addTokenOnNewLine()
1107 return State.Stack[State.Stack.size() - 2].NestedBlockIndent; in getNewLineColumn()
1377 CurrentState.NestedBlockIndent = CurrentState.Indent; in moveStateToNextToken()
1390 CurrentState.NestedBlockIndent = CurrentState.Indent; in moveStateToNextToken()
1399 CurrentState.NestedBlockIndent = State.Column + Current.ColumnWidth + 1; in moveStateToNextToken()
1403 CurrentState.NestedBlockIndent = State.Column; in moveStateToNextToken()
1609 unsigned NestedBlockIndent = std::max(CurrentState.StartOfFunctionCall, in moveStatePastScopeOpener() local
1610 CurrentState.NestedBlockIndent); in moveStatePastScopeOpener()
1615 std::min(State.Column, CurrentState.NestedBlockIndent); in moveStatePastScopeOpener()
1632 NestedBlockIndent = std::max(NestedBlockIndent, State.Column + 1); in moveStatePastScopeOpener()
1710 NewState.NestedBlockIndent = NestedBlockIndent; in moveStatePastScopeOpener()
1783 unsigned NestedBlockIndent = State.Stack.back().NestedBlockIndent; in moveStateToNewBlock() local
1786 NestedBlockIndent + (State.NextToken->is(TT_ObjCBlockLBrace) in moveStateToNewBlock()
1793 State.Stack.back().NestedBlockIndent = NestedBlockIndent; in moveStateToNewBlock()
1874 ? State.Stack.back().NestedBlockIndent in reformatRawStringLiteral()