Lines Matching refs:NestedBlockIndent
807 CurrentState.NestedBlockIndent = State.Column; in addTokenOnCurrentLine()
916 CurrentState.NestedBlockIndent = State.Column; in addTokenOnNewLine()
1127 return State.Stack[State.Stack.size() - 2].NestedBlockIndent; in getNewLineColumn()
1400 CurrentState.NestedBlockIndent = CurrentState.Indent; in moveStateToNextToken()
1413 CurrentState.NestedBlockIndent = CurrentState.Indent; in moveStateToNextToken()
1422 CurrentState.NestedBlockIndent = State.Column + Current.ColumnWidth + 1; in moveStateToNextToken()
1427 CurrentState.NestedBlockIndent = State.Column; in moveStateToNextToken()
1640 unsigned NestedBlockIndent = std::max(CurrentState.StartOfFunctionCall, in moveStatePastScopeOpener() local
1641 CurrentState.NestedBlockIndent); in moveStatePastScopeOpener()
1646 std::min(State.Column, CurrentState.NestedBlockIndent); in moveStatePastScopeOpener()
1663 NestedBlockIndent = std::max(NestedBlockIndent, State.Column + 1); in moveStatePastScopeOpener()
1745 NewState.NestedBlockIndent = NestedBlockIndent; in moveStatePastScopeOpener()
1818 unsigned NestedBlockIndent = State.Stack.back().NestedBlockIndent; in moveStateToNewBlock() local
1821 NestedBlockIndent + (State.NextToken->is(TT_ObjCBlockLBrace) in moveStateToNewBlock()
1828 State.Stack.back().NestedBlockIndent = NestedBlockIndent; in moveStateToNewBlock()
1909 ? State.Stack.back().NestedBlockIndent in reformatRawStringLiteral()