Searched refs:BestType (Results 1 – 4 of 4) sorted by relevance
5373 QualType &BestType, in computeBestEnumTypes() argument5386 BestType = SignedCharTy; in computeBestEnumTypes()5390 BestType = ShortTy; in computeBestEnumTypes()5393 BestType = IntTy; in computeBestEnumTypes()5399 BestType = LongTy; in computeBestEnumTypes()5405 BestType = LongLongTy; in computeBestEnumTypes()5408 BestPromotionType = (BestWidth <= IntWidth ? IntTy : BestType); in computeBestEnumTypes()5414 BestType = UnsignedCharTy; in computeBestEnumTypes()5418 BestType = UnsignedShortTy; in computeBestEnumTypes()5422 BestType = UnsignedIntTy; in computeBestEnumTypes()[all …]
20436 QualType BestType; in ActOnEnumBody() local20459 BestType = Enum->getIntegerType(); in ActOnEnumBody()20460 if (Context.isPromotableIntegerType(BestType)) in ActOnEnumBody()20461 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()20463 BestPromotionType = BestType; in ActOnEnumBody()20465 BestWidth = Context.getIntWidth(BestType); in ActOnEnumBody()20468 Packed, NumNegativeBits, NumPositiveBits, BestType, BestPromotionType); in ActOnEnumBody()20469 BestWidth = Context.getIntWidth(BestType); in ActOnEnumBody()20505 } else if (ECD->getType() == BestType) { in ActOnEnumBody()20514 NewTy = BestType; in ActOnEnumBody()[all …]
1783 unsigned NumPositiveBits, QualType &BestType,
8395 clang::QualType BestType; in CompleteTagDeclarationDefinition() local8397 NumPositiveBits, BestType, BestPromotionType); in CompleteTagDeclarationDefinition()