Searched refs:BestPromotionType (Results 1 – 1 of 1) sorted by relevance
16731 QualType BestPromotionType; in ActOnEnumBody() local16744 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()16746 BestPromotionType = BestType; in ActOnEnumBody()16777 BestPromotionType = (BestWidth <= IntWidth ? Context.IntTy : BestType); in ActOnEnumBody()16784 BestPromotionType = Context.IntTy; in ActOnEnumBody()16788 BestPromotionType = Context.IntTy; in ActOnEnumBody()16793 BestPromotionType in ActOnEnumBody()16799 BestPromotionType in ActOnEnumBody()16807 BestPromotionType in ActOnEnumBody()16875 Enum->completeDefinition(BestType, BestPromotionType, in ActOnEnumBody()