Searched refs:FromComplex (Results 1 – 2 of 2) sorted by relevance
4203 const ComplexType *FromComplex = From->getType()->getAs<ComplexType>(); in PerformImplicitConversion() local4204 assert(FromComplex); in PerformImplicitConversion()4206 QualType ElType = FromComplex->getElementType(); in PerformImplicitConversion()
2181 const ComplexType *FromComplex = FromType->getAs<ComplexType>(); in IsComplexPromotion() local2182 if (!FromComplex) in IsComplexPromotion()2189 return IsFloatingPointPromotion(FromComplex->getElementType(), in IsComplexPromotion()2191 IsIntegralPromotion(nullptr, FromComplex->getElementType(), in IsComplexPromotion()