Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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.cpp886 CurrentState.NestedBlockIndent = State.Column; in addTokenOnCurrentLine()
995 CurrentState.NestedBlockIndent = State.Column; in addTokenOnNewLine()
1541 CurrentState.NestedBlockIndent = CurrentState.Indent; in moveStateToNextToken()
1556 CurrentState.NestedBlockIndent = CurrentState.Indent; in moveStateToNextToken()
1572 CurrentState.NestedBlockIndent = State.Column; in moveStateToNextToken()
1823 NestedBlockIndent = std::max(NestedBlockIndent, State.Column + 1); in moveStatePastScopeOpener()
1905 NewState.NestedBlockIndent = NestedBlockIndent; in moveStatePastScopeOpener()
1981 State.Stack.back().NestedBlockIndent = State.FirstIndent; in moveStateToNewBlock()
1983 unsigned NestedBlockIndent = State.Stack.back().NestedBlockIndent; in moveStateToNewBlock() local
1993 State.Stack.back().NestedBlockIndent = NestedBlockIndent; in moveStateToNewBlock()
[all …]
H A DUnwrappedLineFormatter.cpp977 << P.LastSpace << "|" << P.NestedBlockIndent << " "; in printLineState()