Searched refs:BestPromotionType (Results 1 – 1 of 1) sorted by relevance
19007 QualType BestPromotionType; in ActOnEnumBody() local19020 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()19022 BestPromotionType = BestType; in ActOnEnumBody()19053 BestPromotionType = (BestWidth <= IntWidth ? Context.IntTy : BestType); in ActOnEnumBody()19060 BestPromotionType = Context.IntTy; in ActOnEnumBody()19064 BestPromotionType = Context.IntTy; in ActOnEnumBody()19069 BestPromotionType in ActOnEnumBody()19075 BestPromotionType in ActOnEnumBody()19083 BestPromotionType in ActOnEnumBody()19149 Enum->completeDefinition(BestType, BestPromotionType, in ActOnEnumBody()