Searched refs:NestedBlockInlined (Results 1 – 2 of 2) sorted by relevance
208 NestedBlockInlined(false), IsInsideObjCArrayLiteral(false), in ParenState()335 bool NestedBlockInlined : 1; member394 if (NestedBlockInlined != Other.NestedBlockInlined)395 return NestedBlockInlined;
323 State.Stack[State.Stack.size() - 2].NestedBlockInlined && in canBreak()1100 State.Stack[State.Stack.size() - 2].NestedBlockInlined) || in addTokenOnNewLine()1611 if (State.Stack[State.Stack.size() - 2].NestedBlockInlined && Newline) in moveStateToNextToken()1614 State.Stack[State.Stack.size() - 2].NestedBlockInlined = false; in moveStateToNextToken()1619 CurrentState.NestedBlockInlined = in moveStateToNextToken()