Searched refs:NestedBlockIndent (Results 1 – 3 of 3) sorted by relevance
205 NestedBlockIndent(Indent), IsAligned(false), in ParenState()236 unsigned NestedBlockIndent; member357 if (NestedBlockIndent != Other.NestedBlockIndent)358 return NestedBlockIndent < Other.NestedBlockIndent;
712 State.Stack.back().NestedBlockIndent = State.Column; in addTokenOnCurrentLine()819 State.Stack.back().NestedBlockIndent = State.Column; in addTokenOnNewLine()1002 return State.Stack[State.Stack.size() - 2].NestedBlockIndent; in getNewLineColumn()1234 State.Stack.back().NestedBlockIndent = State.Stack.back().Indent; in moveStateToNextToken()1247 State.Stack.back().NestedBlockIndent = State.Stack.back().Indent; in moveStateToNextToken()1255 State.Stack.back().NestedBlockIndent = in moveStateToNextToken()1450 unsigned NestedBlockIndent = std::max(State.Stack.back().StartOfFunctionCall, in moveStatePastScopeOpener() local1451 State.Stack.back().NestedBlockIndent); in moveStatePastScopeOpener()1456 std::min(State.Column, State.Stack.back().NestedBlockIndent); in moveStatePastScopeOpener()1473 NestedBlockIndent = std::max(NestedBlockIndent, State.Column + 1); in moveStatePastScopeOpener()[all …]
770 << P.LastSpace << "|" << P.NestedBlockIndent << " "; in printLineState()