Searched refs:NestedBlockIndent (Results 1 – 3 of 3) sorted by relevance
201 NestedBlockIndent(Indent), IsAligned(false), in ParenState()232 unsigned NestedBlockIndent; member360 if (NestedBlockIndent != Other.NestedBlockIndent)361 return NestedBlockIndent < Other.NestedBlockIndent;
896 CurrentState.NestedBlockIndent = State.Column; in addTokenOnCurrentLine()1005 CurrentState.NestedBlockIndent = State.Column; in addTokenOnNewLine()1267 return State.Stack[State.Stack.size() - 2].NestedBlockIndent; in getNewLineColumn()1564 CurrentState.NestedBlockIndent = CurrentState.Indent; in moveStateToNextToken()1579 CurrentState.NestedBlockIndent = CurrentState.Indent; in moveStateToNextToken()1590 CurrentState.NestedBlockIndent = State.Column + Current.ColumnWidth + 1; in moveStateToNextToken()1595 CurrentState.NestedBlockIndent = State.Column; in moveStateToNextToken()1827 unsigned NestedBlockIndent = std::max(CurrentState.StartOfFunctionCall, in moveStatePastScopeOpener() local1828 CurrentState.NestedBlockIndent); in moveStatePastScopeOpener()1833 std::min(State.Column, CurrentState.NestedBlockIndent); in moveStatePastScopeOpener()[all …]
986 << P.LastSpace << "|" << P.NestedBlockIndent << " "; in printLineState()