Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h208 HasMultipleNestedBlocks(false), NestedBlockInlined(false), in ParenState()
339 bool NestedBlockInlined : 1; member
399 if (NestedBlockInlined != Other.NestedBlockInlined)
400 return NestedBlockInlined;
H A DContinuationIndenter.cpp331 State.Stack[State.Stack.size() - 2].NestedBlockInlined && in canBreak()
1195 State.Stack[State.Stack.size() - 2].NestedBlockInlined) || in addTokenOnNewLine()
1727 if (State.Stack[State.Stack.size() - 2].NestedBlockInlined && Newline) in moveStateToNextToken()
1730 State.Stack[State.Stack.size() - 2].NestedBlockInlined = false; in moveStateToNextToken()
1735 CurrentState.NestedBlockInlined = in moveStateToNextToken()