Searched refs:FromEnumType (Results 1 – 1 of 1) sorted by relevance
2106 if (const EnumType *FromEnumType = FromType->getAs<EnumType>()) { in IsIntegralPromotion() local2109 if (FromEnumType->getDecl()->isScoped()) in IsIntegralPromotion()2116 if (FromEnumType->getDecl()->isFixed()) { in IsIntegralPromotion()2117 QualType Underlying = FromEnumType->getDecl()->getIntegerType(); in IsIntegralPromotion()2126 ToType, FromEnumType->getDecl()->getPromotionType()); in IsIntegralPromotion()