Searched refs:FromEnumType (Results 1 – 1 of 1) sorted by relevance
1872 if (const EnumType *FromEnumType = FromType->getAs<EnumType>()) { in IsIntegralPromotion() local1875 if (FromEnumType->getDecl()->isScoped()) in IsIntegralPromotion()1882 if (FromEnumType->getDecl()->isFixed()) { in IsIntegralPromotion()1883 QualType Underlying = FromEnumType->getDecl()->getIntegerType(); in IsIntegralPromotion()1892 ToType, FromEnumType->getDecl()->getPromotionType()); in IsIntegralPromotion()