Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h201 NestedBlockIndent(Indent), IsAligned(false), in ParenState()
232 unsigned NestedBlockIndent; member
360 if (NestedBlockIndent != Other.NestedBlockIndent)
361 return NestedBlockIndent < Other.NestedBlockIndent;
H A DContinuationIndenter.cpp963 CurrentState.NestedBlockIndent = State.Column; in addTokenOnNewLine()
1072 CurrentState.NestedBlockIndent = State.Column; in addTokenOnNewLine()
1337 return State.Stack[State.Stack.size() - 2].NestedBlockIndent; in getNewLineColumn()
1635 CurrentState.NestedBlockIndent = CurrentState.Indent; in moveStateToNextToken()
1650 CurrentState.NestedBlockIndent = CurrentState.Indent; in moveStateToNextToken()
1661 CurrentState.NestedBlockIndent = State.Column + Current.ColumnWidth + 1; in moveStateToNextToken()
1666 CurrentState.NestedBlockIndent = State.Column; in moveStateToNextToken()
1898 unsigned NestedBlockIndent = std::max(CurrentState.StartOfFunctionCall, in moveStatePastScopeOpener()
1899 CurrentState.NestedBlockIndent); in moveStatePastScopeOpener()
1904 std::min(State.Column, CurrentState.NestedBlockIndent); in moveStatePastScopeOpener()
1829 unsigned NestedBlockIndent = std::max(CurrentState.StartOfFunctionCall, moveStatePastScopeOpener() local
2026 unsigned NestedBlockIndent = State.Stack.back().NestedBlockIndent; moveStateToNewBlock() local
[all...]
H A DUnwrappedLineFormatter.cpp1077 << P.LastSpace << "|" << P.NestedBlockIndent << " "; in formatChildren()