Searched refs:FromComplex (Results 1 – 2 of 2) 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()
2012 const ComplexType *FromComplex = FromType->getAs<ComplexType>(); in IsComplexPromotion() local2013 if (!FromComplex) in IsComplexPromotion()2020 return IsFloatingPointPromotion(FromComplex->getElementType(), in IsComplexPromotion()2022 IsIntegralPromotion(nullptr, FromComplex->getElementType(), in IsComplexPromotion()