Searched refs:NestedBlockInlined (Results 1 – 2 of 2) sorted by relevance
157 HasMultipleNestedBlocks(false), NestedBlockInlined(false) {} in ParenState()264 bool NestedBlockInlined : 1; member301 if (NestedBlockInlined != Other.NestedBlockInlined)302 return NestedBlockInlined;
128 State.Stack[State.Stack.size() - 2].NestedBlockInlined && in canBreak()561 State.Stack[State.Stack.size() - 2].NestedBlockInlined; in addTokenOnNewLine()778 if (State.Stack[State.Stack.size() - 2].NestedBlockInlined && Newline) in moveStateToNextToken()781 State.Stack[State.Stack.size() - 2].NestedBlockInlined = false; in moveStateToNextToken()786 State.Stack.back().NestedBlockInlined = in moveStateToNextToken()