Searched refs:NestedBlockInlined (Results 1 – 2 of 2) sorted by relevance
213 NestedBlockInlined(false), IsInsideObjCArrayLiteral(false), in ParenState()340 bool NestedBlockInlined : 1; member399 if (NestedBlockInlined != Other.NestedBlockInlined)400 return NestedBlockInlined;
323 State.Stack[State.Stack.size() - 2].NestedBlockInlined && in canBreak()1090 State.Stack[State.Stack.size() - 2].NestedBlockInlined) || in addTokenOnNewLine()1588 if (State.Stack[State.Stack.size() - 2].NestedBlockInlined && Newline) in moveStateToNextToken()1591 State.Stack[State.Stack.size() - 2].NestedBlockInlined = false; in moveStateToNextToken()1596 CurrentState.NestedBlockInlined = in moveStateToNextToken()