Home
last modified time | relevance | path

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

/openbsd-src/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()
1127 return State.Stack[State.Stack.size() - 2].NestedBlockIndent; in getNewLineColumn()
1400 CurrentState.NestedBlockIndent = CurrentState.Indent; in moveStateToNextToken()
1413 CurrentState.NestedBlockIndent = CurrentState.Indent; in moveStateToNextToken()
1422 CurrentState.NestedBlockIndent = State.Column + Current.ColumnWidth + 1; in moveStateToNextToken()
1427 CurrentState.NestedBlockIndent = State.Column; in moveStateToNextToken()
1640 unsigned NestedBlockIndent = std::max(CurrentState.StartOfFunctionCall, in moveStatePastScopeOpener() local
1641 CurrentState.NestedBlockIndent); in moveStatePastScopeOpener()
1646 std::min(State.Column, CurrentState.NestedBlockIndent); in moveStatePastScopeOpener()
[all …]
H A DUnwrappedLineFormatter.cpp932 << P.LastSpace << "|" << P.NestedBlockIndent << " "; in printLineState()
993 P.NestedBlockIndent == P.LastSpace) { in formatChildren()