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;
886 CurrentState.NestedBlockIndent = State.Column; in addTokenOnCurrentLine()995 CurrentState.NestedBlockIndent = State.Column; in addTokenOnNewLine()1541 CurrentState.NestedBlockIndent = CurrentState.Indent; in moveStateToNextToken()1556 CurrentState.NestedBlockIndent = CurrentState.Indent; in moveStateToNextToken()1572 CurrentState.NestedBlockIndent = State.Column; in moveStateToNextToken()1823 NestedBlockIndent = std::max(NestedBlockIndent, State.Column + 1); in moveStatePastScopeOpener()1905 NewState.NestedBlockIndent = NestedBlockIndent; in moveStatePastScopeOpener()1981 State.Stack.back().NestedBlockIndent = State.FirstIndent; in moveStateToNewBlock()1983 unsigned NestedBlockIndent = State.Stack.back().NestedBlockIndent; in moveStateToNewBlock() local1993 State.Stack.back().NestedBlockIndent = NestedBlockIndent; in moveStateToNewBlock()[all …]
977 << P.LastSpace << "|" << P.NestedBlockIndent << " "; in printLineState()