Searched refs:BestPromotionType (Results 1 – 1 of 1) sorted by relevance
19620 QualType BestPromotionType; in ActOnEnumBody() local19633 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()19635 BestPromotionType = BestType; in ActOnEnumBody()19666 BestPromotionType = (BestWidth <= IntWidth ? Context.IntTy : BestType); in ActOnEnumBody()19673 BestPromotionType = Context.IntTy; in ActOnEnumBody()19677 BestPromotionType = Context.IntTy; in ActOnEnumBody()19682 BestPromotionType in ActOnEnumBody()19688 BestPromotionType in ActOnEnumBody()19696 BestPromotionType in ActOnEnumBody()19762 Enum->completeDefinition(BestType, BestPromotionType, in ActOnEnumBody()