Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsIntegralPromotion

1457   } else if (S.IsIntegralPromotion(From, FromType, ToType)) {
1610 /// IsIntegralPromotion - Determines whether the conversion from the
1614 bool Sema::IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType) {
1790 IsIntegralPromotion(0, FromComplex->getElementType(),