Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DContinuationIndenter.h205 NestedBlockIndent(Indent), IsAligned(false), in ParenState()
236 unsigned NestedBlockIndent; member
364 if (NestedBlockIndent != Other.NestedBlockIndent)
365 return NestedBlockIndent < Other.NestedBlockIndent;
H A DContinuationIndenter.cpp791 CurrentState.NestedBlockIndent = State.Column; in addTokenOnCurrentLine()
900 CurrentState.NestedBlockIndent = State.Column; in addTokenOnNewLine()
1377 CurrentState.NestedBlockIndent = CurrentState.Indent; in moveStateToNextToken()
1390 CurrentState.NestedBlockIndent = CurrentState.Indent; in moveStateToNextToken()
1403 CurrentState.NestedBlockIndent = State.Column; in moveStateToNextToken()
1632 NestedBlockIndent = std::max(NestedBlockIndent, State.Column + 1); in moveStatePastScopeOpener()
1710 NewState.NestedBlockIndent = NestedBlockIndent; in moveStatePastScopeOpener()
1783 unsigned NestedBlockIndent = State.Stack.back().NestedBlockIndent; in moveStateToNewBlock() local
1786 NestedBlockIndent + (State.NextToken->is(TT_ObjCBlockLBrace) in moveStateToNewBlock()
1793 State.Stack.back().NestedBlockIndent = NestedBlockIndent; in moveStateToNewBlock()
[all …]
H A DUnwrappedLineFormatter.cpp910 << P.LastSpace << "|" << P.NestedBlockIndent << " "; in printLineState()
971 P.NestedBlockIndent == P.LastSpace) { in formatChildren()