Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DContinuationIndenter.h212 NestedBlockInlined(false), IsInsideObjCArrayLiteral(false), in ParenState()
339 bool NestedBlockInlined : 1; member
398 if (NestedBlockInlined != Other.NestedBlockInlined)
399 return NestedBlockInlined;
H A DContinuationIndenter.cpp312 State.Stack[State.Stack.size() - 2].NestedBlockInlined && in canBreak()
995 State.Stack[State.Stack.size() - 2].NestedBlockInlined) || in addTokenOnNewLine()
1418 if (State.Stack[State.Stack.size() - 2].NestedBlockInlined && Newline) in moveStateToNextToken()
1421 State.Stack[State.Stack.size() - 2].NestedBlockInlined = false; in moveStateToNextToken()
1426 CurrentState.NestedBlockInlined = in moveStateToNextToken()