Searched refs:FromComplex (Results 1 – 3 of 3) sorted by relevance
3655 const ComplexType *FromComplex = From->getType()->getAs<ComplexType>(); in PerformImplicitConversion() local3656 assert(FromComplex); in PerformImplicitConversion()3658 QualType ElType = FromComplex->getElementType(); in PerformImplicitConversion()
2259 const ComplexType *FromComplex = FromType->getAs<ComplexType>(); in IsComplexPromotion() local2260 if (!FromComplex) in IsComplexPromotion()2267 return IsFloatingPointPromotion(FromComplex->getElementType(), in IsComplexPromotion()2269 IsIntegralPromotion(nullptr, FromComplex->getElementType(), in IsComplexPromotion()
4384 auto *FromComplex = From->getType()->castAs<ComplexType>(); in PerformImplicitConversion() local4385 QualType ElType = FromComplex->getElementType(); in PerformImplicitConversion()