Home | History | Annotate | Download | only in Sema

Lines Matching refs:FromComplex

1916   const ComplexType *FromComplex = FromType->getAs<ComplexType>();
1917 if (!FromComplex)
1924 return IsFloatingPointPromotion(FromComplex->getElementType(),
1926 IsIntegralPromotion(nullptr, FromComplex->getElementType(),