Searched refs:FromComplex (Results 1 – 2 of 2) sorted by relevance
3126 const ComplexType *FromComplex = From->getType()->getAs<ComplexType>(); in PerformImplicitConversion() local3127 assert(FromComplex); in PerformImplicitConversion()3129 QualType ElType = FromComplex->getElementType(); in PerformImplicitConversion()
1887 const ComplexType *FromComplex = FromType->getAs<ComplexType>(); in IsComplexPromotion() local1888 if (!FromComplex) in IsComplexPromotion()1895 return IsFloatingPointPromotion(FromComplex->getElementType(), in IsComplexPromotion()1897 IsIntegralPromotion(nullptr, FromComplex->getElementType(), in IsComplexPromotion()