Searched refs:BestPromotionType (Results 1 – 1 of 1) sorted by relevance
18200 QualType BestPromotionType; in ActOnEnumBody() local18213 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()18215 BestPromotionType = BestType; in ActOnEnumBody()18246 BestPromotionType = (BestWidth <= IntWidth ? Context.IntTy : BestType); in ActOnEnumBody()18253 BestPromotionType = Context.IntTy; in ActOnEnumBody()18257 BestPromotionType = Context.IntTy; in ActOnEnumBody()18262 BestPromotionType in ActOnEnumBody()18268 BestPromotionType in ActOnEnumBody()18276 BestPromotionType in ActOnEnumBody()18342 Enum->completeDefinition(BestType, BestPromotionType, in ActOnEnumBody()