Searched refs:NestedBlockInlined (Results 1 – 2 of 2) sorted by relevance
156 HasMultipleNestedBlocks(false), NestedBlockInlined(false) {} in ParenState()263 bool NestedBlockInlined : 1; member300 if (NestedBlockInlined != Other.NestedBlockInlined)301 return NestedBlockInlined;
122 State.Stack[State.Stack.size() - 2].NestedBlockInlined && in canBreak()519 State.Stack[State.Stack.size() - 2].NestedBlockInlined; in addTokenOnNewLine()732 if (State.Stack[State.Stack.size() - 2].NestedBlockInlined && Newline) in moveStateToNextToken()735 State.Stack[State.Stack.size() - 2].NestedBlockInlined = false; in moveStateToNextToken()740 State.Stack.back().NestedBlockInlined = in moveStateToNextToken()