Searched refs:NestedBlockIndent (Results 1 – 3 of 3) sorted by relevance
201 NestedBlockIndent(Indent), IsAligned(false), in ParenState()233 unsigned NestedBlockIndent; member363 if (NestedBlockIndent != Other.NestedBlockIndent)364 return NestedBlockIndent < Other.NestedBlockIndent;
991 CurrentState.NestedBlockIndent = State.Column; in addTokenOnCurrentLine()1100 CurrentState.NestedBlockIndent = State.Column; in addTokenOnNewLine()1376 return State.Stack[State.Stack.size() - 2].NestedBlockIndent; in getNewLineColumn()1680 CurrentState.NestedBlockIndent = CurrentState.Indent; in moveStateToNextToken()1695 CurrentState.NestedBlockIndent = CurrentState.Indent; in moveStateToNextToken()1706 CurrentState.NestedBlockIndent = State.Column + Current.ColumnWidth + 1; in moveStateToNextToken()1711 CurrentState.NestedBlockIndent = State.Column; in moveStateToNextToken()1952 unsigned NestedBlockIndent = std::max(CurrentState.StartOfFunctionCall, in moveStatePastScopeOpener() local1953 CurrentState.NestedBlockIndent); in moveStatePastScopeOpener()1958 std::min(State.Column, CurrentState.NestedBlockIndent); in moveStatePastScopeOpener()[all …]
1044 << P.LastSpace << "|" << P.NestedBlockIndent << " "; in printLineState()