Searched refs:BestPromotionType (Results 1 – 1 of 1) sorted by relevance
19907 QualType BestPromotionType; in ActOnEnumBody() local19920 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()19922 BestPromotionType = BestType; in ActOnEnumBody()19953 BestPromotionType = (BestWidth <= IntWidth ? Context.IntTy : BestType); in ActOnEnumBody()19960 BestPromotionType = Context.IntTy; in ActOnEnumBody()19964 BestPromotionType = Context.IntTy; in ActOnEnumBody()19969 BestPromotionType in ActOnEnumBody()19975 BestPromotionType in ActOnEnumBody()19988 BestPromotionType in ActOnEnumBody()20054 Enum->completeDefinition(BestType, BestPromotionType, in ActOnEnumBody()