Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DContinuationIndenter.h211 HasMultipleNestedBlocks(false), NestedBlockInlined(false), in ParenState()
332 bool NestedBlockInlined : 1; member
389 if (NestedBlockInlined != Other.NestedBlockInlined)
390 return NestedBlockInlined;
H A DContinuationIndenter.cpp306 State.Stack[State.Stack.size() - 2].NestedBlockInlined && in canBreak()
908 State.Stack[State.Stack.size() - 2].NestedBlockInlined) || in addTokenOnNewLine()
1273 if (State.Stack[State.Stack.size() - 2].NestedBlockInlined && Newline) in moveStateToNextToken()
1276 State.Stack[State.Stack.size() - 2].NestedBlockInlined = false; in moveStateToNextToken()
1282 State.Stack.back().NestedBlockInlined = in moveStateToNextToken()