Searched refs:BestPromotionType (Results 1 – 1 of 1) sorted by relevance
20237 QualType BestPromotionType; in ActOnEnumBody() local20250 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()20252 BestPromotionType = BestType; in ActOnEnumBody()20283 BestPromotionType = (BestWidth <= IntWidth ? Context.IntTy : BestType); in ActOnEnumBody()20290 BestPromotionType = Context.IntTy; in ActOnEnumBody()20294 BestPromotionType = Context.IntTy; in ActOnEnumBody()20299 BestPromotionType in ActOnEnumBody()20305 BestPromotionType in ActOnEnumBody()20313 BestPromotionType in ActOnEnumBody()20379 Enum->completeDefinition(BestType, BestPromotionType, in ActOnEnumBody()