Searched refs:FromEnumType (Results 1 – 1 of 1) sorted by relevance
1807 if (const EnumType *FromEnumType = FromType->getAs<EnumType>()) { in IsIntegralPromotion() local1810 if (FromEnumType->getDecl()->isScoped()) in IsIntegralPromotion()1817 if (FromEnumType->getDecl()->isFixed()) { in IsIntegralPromotion()1818 QualType Underlying = FromEnumType->getDecl()->getIntegerType(); in IsIntegralPromotion()1827 ToType, FromEnumType->getDecl()->getPromotionType()); in IsIntegralPromotion()