Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DContinuationIndenter.h213 NestedBlockInlined(false), IsInsideObjCArrayLiteral(false), in ParenState()
340 bool NestedBlockInlined : 1; member
399 if (NestedBlockInlined != Other.NestedBlockInlined)
400 return NestedBlockInlined;
H A DContinuationIndenter.cpp313 State.Stack[State.Stack.size() - 2].NestedBlockInlined && in canBreak()
1011 State.Stack[State.Stack.size() - 2].NestedBlockInlined) || in addTokenOnNewLine()
1443 if (State.Stack[State.Stack.size() - 2].NestedBlockInlined && Newline) in moveStateToNextToken()
1446 State.Stack[State.Stack.size() - 2].NestedBlockInlined = false; in moveStateToNextToken()
1451 CurrentState.NestedBlockInlined = in moveStateToNextToken()