Home
last modified time | relevance | path

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

/freebsd/contrib/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.cpp896 CurrentState.NestedBlockIndent = State.Column; in addTokenOnCurrentLine()
1005 CurrentState.NestedBlockIndent = State.Column; in addTokenOnNewLine()
1267 return State.Stack[State.Stack.size() - 2].NestedBlockIndent; in getNewLineColumn()
1564 CurrentState.NestedBlockIndent = CurrentState.Indent; in moveStateToNextToken()
1579 CurrentState.NestedBlockIndent = CurrentState.Indent; in moveStateToNextToken()
1590 CurrentState.NestedBlockIndent = State.Column + Current.ColumnWidth + 1; in moveStateToNextToken()
1595 CurrentState.NestedBlockIndent = State.Column; in moveStateToNextToken()
1827 unsigned NestedBlockIndent = std::max(CurrentState.StartOfFunctionCall, in moveStatePastScopeOpener() local
1828 CurrentState.NestedBlockIndent); in moveStatePastScopeOpener()
1833 std::min(State.Column, CurrentState.NestedBlockIndent); in moveStatePastScopeOpener()
[all …]
H A DUnwrappedLineFormatter.cpp986 << P.LastSpace << "|" << P.NestedBlockIndent << " "; in printLineState()