Searched refs:NestedBlockInlined (Results 1 – 2 of 2) sorted by relevance
208 HasMultipleNestedBlocks(false), NestedBlockInlined(false), in ParenState()339 bool NestedBlockInlined : 1; member399 if (NestedBlockInlined != Other.NestedBlockInlined)400 return NestedBlockInlined;
331 State.Stack[State.Stack.size() - 2].NestedBlockInlined && in canBreak()1195 State.Stack[State.Stack.size() - 2].NestedBlockInlined) || in addTokenOnNewLine()1727 if (State.Stack[State.Stack.size() - 2].NestedBlockInlined && Newline) in moveStateToNextToken()1730 State.Stack[State.Stack.size() - 2].NestedBlockInlined = false; in moveStateToNextToken()1735 CurrentState.NestedBlockInlined = in moveStateToNextToken()