Searched refs:NestedBlockIndent (Results 1 – 3 of 3) sorted by relevance
206 NestedBlockIndent(Indent), IsAligned(false), in ParenState()237 unsigned NestedBlockIndent; member365 if (NestedBlockIndent != Other.NestedBlockIndent)366 return NestedBlockIndent < Other.NestedBlockIndent;
807 CurrentState.NestedBlockIndent = State.Column; in addTokenOnCurrentLine()916 CurrentState.NestedBlockIndent = State.Column; in addTokenOnNewLine()1400 CurrentState.NestedBlockIndent = CurrentState.Indent; in moveStateToNextToken()1413 CurrentState.NestedBlockIndent = CurrentState.Indent; in moveStateToNextToken()1427 CurrentState.NestedBlockIndent = State.Column; in moveStateToNextToken()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() local1821 NestedBlockIndent + (State.NextToken->is(TT_ObjCBlockLBrace) in moveStateToNewBlock()1828 State.Stack.back().NestedBlockIndent = NestedBlockIndent; in moveStateToNewBlock()[all …]
932 << P.LastSpace << "|" << P.NestedBlockIndent << " "; in printLineState()993 P.NestedBlockIndent == P.LastSpace) { in formatChildren()