Searched refs:FromComplex (Results 1 – 2 of 2) sorted by relevance
3395 const ComplexType *FromComplex = From->getType()->getAs<ComplexType>(); in PerformImplicitConversion() local3396 assert(FromComplex); in PerformImplicitConversion()3398 QualType ElType = FromComplex->getElementType(); in PerformImplicitConversion()
1946 const ComplexType *FromComplex = FromType->getAs<ComplexType>(); in IsComplexPromotion() local1947 if (!FromComplex) in IsComplexPromotion()1954 return IsFloatingPointPromotion(FromComplex->getElementType(), in IsComplexPromotion()1956 IsIntegralPromotion(nullptr, FromComplex->getElementType(), in IsComplexPromotion()