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