Searched refs:FromEnumType (Results 1 – 1 of 1) sorted by relevance
2337 if (const EnumType *FromEnumType = FromType->getAs<EnumType>()) { in IsIntegralPromotion() local2340 if (FromEnumType->getDecl()->isScoped()) in IsIntegralPromotion()2347 if (FromEnumType->getDecl()->isFixed()) { in IsIntegralPromotion()2348 QualType Underlying = FromEnumType->getDecl()->getIntegerType(); in IsIntegralPromotion()2357 ToType, FromEnumType->getDecl()->getPromotionType()); in IsIntegralPromotion()