Searched refs:NestedBlockInlined (Results 1 – 2 of 2) sorted by relevance
212 NestedBlockInlined(false), IsInsideObjCArrayLiteral(false) {} in ParenState()327 bool NestedBlockInlined : 1; member368 if (NestedBlockInlined != Other.NestedBlockInlined)369 return NestedBlockInlined;
307 State.Stack[State.Stack.size() - 2].NestedBlockInlined && in canBreak()862 State.Stack[State.Stack.size() - 2].NestedBlockInlined; in addTokenOnNewLine()1140 if (State.Stack[State.Stack.size() - 2].NestedBlockInlined && Newline) in moveStateToNextToken()1143 State.Stack[State.Stack.size() - 2].NestedBlockInlined = false; in moveStateToNextToken()1149 State.Stack.back().NestedBlockInlined = in moveStateToNextToken()