Searched refs:NestedBlockInlined (Results 1 – 2 of 2) sorted by relevance
159 HasMultipleNestedBlocks(false), NestedBlockInlined(false) {} in ParenState()266 bool NestedBlockInlined; member303 if (NestedBlockInlined != Other.NestedBlockInlined)304 return NestedBlockInlined < Other.NestedBlockInlined;
122 State.Stack[State.Stack.size() - 2].NestedBlockInlined && in canBreak()473 State.Stack[State.Stack.size() - 2].NestedBlockInlined; in addTokenOnNewLine()665 if (State.Stack[State.Stack.size() - 2].NestedBlockInlined && Newline) { in moveStateToNextToken()670 State.Stack[State.Stack.size() - 2].NestedBlockInlined = false; in moveStateToNextToken()675 State.Stack.back().NestedBlockInlined = in moveStateToNextToken()