Searched refs:BestType (Results 1 – 1 of 1) sorted by relevance
19895 QualType BestType; in ActOnEnumBody() local19918 BestType = Enum->getIntegerType(); in ActOnEnumBody()19919 if (Context.isPromotableIntegerType(BestType)) in ActOnEnumBody()19920 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()19922 BestPromotionType = BestType; in ActOnEnumBody()19924 BestWidth = Context.getIntWidth(BestType); in ActOnEnumBody()19931 BestType = Context.SignedCharTy; in ActOnEnumBody()19935 BestType = Context.ShortTy; in ActOnEnumBody()19938 BestType = Context.IntTy; in ActOnEnumBody()19944 BestType = Context.LongTy; in ActOnEnumBody()[all …]