Searched refs:NestedBlockInlined (Results 1 – 2 of 2) sorted by relevance
211 HasMultipleNestedBlocks(false), NestedBlockInlined(false), in ParenState()332 bool NestedBlockInlined : 1; member389 if (NestedBlockInlined != Other.NestedBlockInlined)390 return NestedBlockInlined;
306 State.Stack[State.Stack.size() - 2].NestedBlockInlined && in canBreak()908 State.Stack[State.Stack.size() - 2].NestedBlockInlined) || in addTokenOnNewLine()1273 if (State.Stack[State.Stack.size() - 2].NestedBlockInlined && Newline) in moveStateToNextToken()1276 State.Stack[State.Stack.size() - 2].NestedBlockInlined = false; in moveStateToNextToken()1282 State.Stack.back().NestedBlockInlined = in moveStateToNextToken()