Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
1255 State.Stack.back().NestedBlockIndent = in moveStateToNextToken()
1473 NestedBlockIndent = std::max(NestedBlockIndent, State.Column + 1); in moveStatePastScopeOpener()
1550 State.Stack.back().NestedBlockIndent = NestedBlockIndent; in moveStatePastScopeOpener()
1620 unsigned NestedBlockIndent = State.Stack.back().NestedBlockIndent; in moveStateToNewBlock() local
1623 NestedBlockIndent + (State.NextToken->is(TT_ObjCBlockLBrace) in moveStateToNewBlock()
1630 State.Stack.back().NestedBlockIndent = NestedBlockIndent; in moveStateToNewBlock()
[all …]
H A DUnwrappedLineFormatter.cpp772 << P.LastSpace << "|" << P.NestedBlockIndent << " "; in printLineState()
832 P.NestedBlockIndent == P.LastSpace) { in formatChildren()