Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DContinuationIndenter.h205 NestedBlockIndent(Indent), IsAligned(false), in ParenState()
236 unsigned NestedBlockIndent; member
357 if (NestedBlockIndent != Other.NestedBlockIndent)
358 return NestedBlockIndent < Other.NestedBlockIndent;
H A DContinuationIndenter.cpp712 State.Stack.back().NestedBlockIndent = State.Column; in addTokenOnCurrentLine()
819 State.Stack.back().NestedBlockIndent = State.Column; in addTokenOnNewLine()
1002 return State.Stack[State.Stack.size() - 2].NestedBlockIndent; in getNewLineColumn()
1234 State.Stack.back().NestedBlockIndent = State.Stack.back().Indent; in moveStateToNextToken()
1247 State.Stack.back().NestedBlockIndent = State.Stack.back().Indent; in moveStateToNextToken()
1255 State.Stack.back().NestedBlockIndent = in moveStateToNextToken()
1450 unsigned NestedBlockIndent = std::max(State.Stack.back().StartOfFunctionCall, in moveStatePastScopeOpener() local
1451 State.Stack.back().NestedBlockIndent); in moveStatePastScopeOpener()
1456 std::min(State.Column, State.Stack.back().NestedBlockIndent); in moveStatePastScopeOpener()
1473 NestedBlockIndent = std::max(NestedBlockIndent, State.Column + 1); in moveStatePastScopeOpener()
[all …]
H A DUnwrappedLineFormatter.cpp770 << P.LastSpace << "|" << P.NestedBlockIndent << " "; in printLineState()