Home
last modified time | relevance | path

Searched refs:NestedBlockInlined (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DContinuationIndenter.h212 NestedBlockInlined(false), IsInsideObjCArrayLiteral(false) {} in ParenState()
327 bool NestedBlockInlined : 1; member
368 if (NestedBlockInlined != Other.NestedBlockInlined)
369 return NestedBlockInlined;
H A DContinuationIndenter.cpp307 State.Stack[State.Stack.size() - 2].NestedBlockInlined && in canBreak()
862 State.Stack[State.Stack.size() - 2].NestedBlockInlined; in addTokenOnNewLine()
1140 if (State.Stack[State.Stack.size() - 2].NestedBlockInlined && Newline) in moveStateToNextToken()
1143 State.Stack[State.Stack.size() - 2].NestedBlockInlined = false; in moveStateToNextToken()
1149 State.Stack.back().NestedBlockInlined = in moveStateToNextToken()