Home
last modified time | relevance | path

Searched refs:NestedBlockIndent (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Format/
H A DContinuationIndenter.h206 NestedBlockIndent(Indent), IsAligned(false), in ParenState()
237 unsigned NestedBlockIndent; member
365 if (NestedBlockIndent != Other.NestedBlockIndent)
366 return NestedBlockIndent < Other.NestedBlockIndent;
H A DContinuationIndenter.cpp807 CurrentState.NestedBlockIndent = State.Column; in addTokenOnCurrentLine()
916 CurrentState.NestedBlockIndent = State.Column; in addTokenOnNewLine()
1400 CurrentState.NestedBlockIndent = CurrentState.Indent; in moveStateToNextToken()
1413 CurrentState.NestedBlockIndent = CurrentState.Indent; in moveStateToNextToken()
1427 CurrentState.NestedBlockIndent = State.Column; in moveStateToNextToken()
1663 NestedBlockIndent = std::max(NestedBlockIndent, State.Column + 1); in moveStatePastScopeOpener()
1745 NewState.NestedBlockIndent = NestedBlockIndent; in moveStatePastScopeOpener()
1818 unsigned NestedBlockIndent = State.Stack.back().NestedBlockIndent; in moveStateToNewBlock() local
1821 NestedBlockIndent + (State.NextToken->is(TT_ObjCBlockLBrace) in moveStateToNewBlock()
1828 State.Stack.back().NestedBlockIndent = NestedBlockIndent; in moveStateToNewBlock()
[all …]
H A DUnwrappedLineFormatter.cpp932 << P.LastSpace << "|" << P.NestedBlockIndent << " "; in printLineState()
993 P.NestedBlockIndent == P.LastSpace) { in formatChildren()