Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h208 NestedBlockInlined(false), IsInsideObjCArrayLiteral(false), in ParenState()
335 bool NestedBlockInlined : 1; member
394 if (NestedBlockInlined != Other.NestedBlockInlined)
395 return NestedBlockInlined;
H A DContinuationIndenter.cpp331 State.Stack[State.Stack.size() - 2].NestedBlockInlined && in canBreak()
1167 State.Stack[State.Stack.size() - 2].NestedBlockInlined) || in addTokenOnNewLine()
1682 if (State.Stack[State.Stack.size() - 2].NestedBlockInlined && Newline) in moveStatePastFakeLParens()
1685 State.Stack[State.Stack.size() - 2].NestedBlockInlined = false; in moveStatePastFakeLParens()
1690 CurrentState.NestedBlockInlined = in moveStatePastFakeLParens()