Lines Matching refs:NestedBlockIndent
712 State.Stack.back().NestedBlockIndent = State.Column; in addTokenOnCurrentLine()
819 State.Stack.back().NestedBlockIndent = State.Column; in addTokenOnNewLine()
1002 return State.Stack[State.Stack.size() - 2].NestedBlockIndent; in getNewLineColumn()
1234 State.Stack.back().NestedBlockIndent = State.Stack.back().Indent; in moveStateToNextToken()
1247 State.Stack.back().NestedBlockIndent = State.Stack.back().Indent; in moveStateToNextToken()
1255 State.Stack.back().NestedBlockIndent = in moveStateToNextToken()
1450 unsigned NestedBlockIndent = std::max(State.Stack.back().StartOfFunctionCall, in moveStatePastScopeOpener() local
1451 State.Stack.back().NestedBlockIndent); in moveStatePastScopeOpener()
1456 std::min(State.Column, State.Stack.back().NestedBlockIndent); in moveStatePastScopeOpener()
1473 NestedBlockIndent = std::max(NestedBlockIndent, State.Column + 1); in moveStatePastScopeOpener()
1550 State.Stack.back().NestedBlockIndent = NestedBlockIndent; in moveStatePastScopeOpener()
1620 unsigned NestedBlockIndent = State.Stack.back().NestedBlockIndent; in moveStateToNewBlock() local
1623 NestedBlockIndent + (State.NextToken->is(TT_ObjCBlockLBrace) in moveStateToNewBlock()
1630 State.Stack.back().NestedBlockIndent = NestedBlockIndent; in moveStateToNewBlock()
1711 ? State.Stack.back().NestedBlockIndent in reformatRawStringLiteral()