Searched refs:BestPromotionType (Results 1 – 1 of 1) sorted by relevance
18257 QualType BestPromotionType; in ActOnEnumBody() local18270 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()18272 BestPromotionType = BestType; in ActOnEnumBody()18303 BestPromotionType = (BestWidth <= IntWidth ? Context.IntTy : BestType); in ActOnEnumBody()18310 BestPromotionType = Context.IntTy; in ActOnEnumBody()18314 BestPromotionType = Context.IntTy; in ActOnEnumBody()18319 BestPromotionType in ActOnEnumBody()18325 BestPromotionType in ActOnEnumBody()18333 BestPromotionType in ActOnEnumBody()18399 Enum->completeDefinition(BestType, BestPromotionType, in ActOnEnumBody()