Searched refs:BestType (Results 1 – 1 of 1) sorted by relevance
20225 QualType BestType; in ActOnEnumBody() local20248 BestType = Enum->getIntegerType(); in ActOnEnumBody()20252 BestPromotionType = BestType; in ActOnEnumBody()20261 BestType = Context.SignedCharTy; in ActOnEnumBody()20265 BestType = Context.ShortTy; in ActOnEnumBody()20268 BestType = Context.IntTy; in ActOnEnumBody()20274 BestType = Context.LongTy; in ActOnEnumBody()20280 BestType = Context.LongLongTy; in ActOnEnumBody()20289 BestType = Context.UnsignedCharTy; in ActOnEnumBody()20297 BestType = Context.UnsignedIntTy; in ActOnEnumBody()[all …]