Searched refs:NestedBlockIndent (Results 1 – 3 of 3) sorted by relevance
151 NestedBlockIndent(Indent), FirstLessLess(0), in ParenState()177 unsigned NestedBlockIndent; member273 if (NestedBlockIndent != Other.NestedBlockIndent)274 return NestedBlockIndent < Other.NestedBlockIndent;
346 State.Stack.back().NestedBlockIndent = State.Column; in addTokenOnCurrentLine()412 State.Stack.back().NestedBlockIndent = State.Column; in addTokenOnNewLine()534 return State.Stack[State.Stack.size() - 2].NestedBlockIndent; in getNewLineColumn()648 State.Stack.back().NestedBlockIndent = State.Stack.back().Indent; in moveStateToNextToken()820 NewIndent = State.Stack.back().NestedBlockIndent + Style.IndentWidth; in moveStatePastScopeOpener()852 unsigned NestedBlockIndent = std::max(State.Stack.back().StartOfFunctionCall, in moveStatePastScopeOpener() local853 State.Stack.back().NestedBlockIndent); in moveStatePastScopeOpener()857 State.Stack.back().NestedBlockIndent = NestedBlockIndent; in moveStatePastScopeOpener()884 unsigned NestedBlockIndent = State.Stack.back().NestedBlockIndent; in moveStateToNewBlock() local887 NestedBlockIndent + (State.NextToken->is(TT_ObjCBlockLBrace) in moveStateToNewBlock()[all …]
620 llvm::dbgs() << P.Indent << "|" << P.LastSpace << "|" << P.NestedBlockIndent in printLineState()