Searched refs:NestedBlockIndent (Results 1 – 3 of 3) sorted by relevance
205 NestedBlockIndent(Indent), IsAligned(false), in ParenState()236 unsigned NestedBlockIndent; member364 if (NestedBlockIndent != Other.NestedBlockIndent)365 return NestedBlockIndent < Other.NestedBlockIndent;
791 CurrentState.NestedBlockIndent = State.Column; in addTokenOnCurrentLine()900 CurrentState.NestedBlockIndent = State.Column; in addTokenOnNewLine()1377 CurrentState.NestedBlockIndent = CurrentState.Indent; in moveStateToNextToken()1390 CurrentState.NestedBlockIndent = CurrentState.Indent; in moveStateToNextToken()1403 CurrentState.NestedBlockIndent = State.Column; in moveStateToNextToken()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() local1786 NestedBlockIndent + (State.NextToken->is(TT_ObjCBlockLBrace) in moveStateToNewBlock()1793 State.Stack.back().NestedBlockIndent = NestedBlockIndent; in moveStateToNewBlock()[all …]
910 << P.LastSpace << "|" << P.NestedBlockIndent << " "; in printLineState()971 P.NestedBlockIndent == P.LastSpace) { in formatChildren()