Searched refs:BestPromotionType (Results 1 – 1 of 1) sorted by relevance
14846 QualType BestPromotionType; in ActOnEnumBody() local14857 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()14859 BestPromotionType = BestType; in ActOnEnumBody()14890 BestPromotionType = (BestWidth <= IntWidth ? Context.IntTy : BestType); in ActOnEnumBody()14897 BestPromotionType = Context.IntTy; in ActOnEnumBody()14901 BestPromotionType = Context.IntTy; in ActOnEnumBody()14906 BestPromotionType in ActOnEnumBody()14912 BestPromotionType in ActOnEnumBody()14920 BestPromotionType in ActOnEnumBody()14988 Enum->completeDefinition(BestType, BestPromotionType, in ActOnEnumBody()