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()1127 return State.Stack[State.Stack.size() - 2].NestedBlockIndent; in getNewLineColumn()1400 CurrentState.NestedBlockIndent = CurrentState.Indent; in moveStateToNextToken()1413 CurrentState.NestedBlockIndent = CurrentState.Indent; in moveStateToNextToken()1422 CurrentState.NestedBlockIndent = State.Column + Current.ColumnWidth + 1; in moveStateToNextToken()1427 CurrentState.NestedBlockIndent = State.Column; in moveStateToNextToken()1640 unsigned NestedBlockIndent = std::max(CurrentState.StartOfFunctionCall, in moveStatePastScopeOpener() local1641 CurrentState.NestedBlockIndent); in moveStatePastScopeOpener()1646 std::min(State.Column, CurrentState.NestedBlockIndent); in moveStatePastScopeOpener()[all …]
932 << P.LastSpace << "|" << P.NestedBlockIndent << " "; in printLineState()993 P.NestedBlockIndent == P.LastSpace) { in formatChildren()