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()1255 State.Stack.back().NestedBlockIndent = in moveStateToNextToken()1473 NestedBlockIndent = std::max(NestedBlockIndent, State.Column + 1); in moveStatePastScopeOpener()1550 State.Stack.back().NestedBlockIndent = NestedBlockIndent; in moveStatePastScopeOpener()1620 unsigned NestedBlockIndent = State.Stack.back().NestedBlockIndent; in moveStateToNewBlock() local1623 NestedBlockIndent + (State.NextToken->is(TT_ObjCBlockLBrace) in moveStateToNewBlock()1630 State.Stack.back().NestedBlockIndent = NestedBlockIndent; in moveStateToNewBlock()[all …]
772 << P.LastSpace << "|" << P.NestedBlockIndent << " "; in printLineState()832 P.NestedBlockIndent == P.LastSpace) { in formatChildren()