Searched refs:BlockParameterCount (Results 1 – 3 of 3) sorted by relevance
196 unsigned BlockParameterCount = 0; member
538 if (Left->BlockParameterCount > 1) in parseSquare()634 ++Left->BlockParameterCount; in updateParameterCount()3062 Left.is(tok::l_paren) && Left.BlockParameterCount > 0 && in mustBreakBefore()3065 if (Left.BlockParameterCount > 1) in mustBreakBefore()3362 << " B=" << Tok->BlockParameterCount in printDebugInfo()
1385 State.Stack.back().HasMultipleNestedBlocks = Current.BlockParameterCount > 1; in moveStatePastScopeOpener()