Home
last modified time | relevance | path

Searched refs:FromComplex (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp2261 const ComplexType *FromComplex = FromType->getAs<ComplexType>(); in IsComplexPromotion() local
2262 if (!FromComplex) in IsComplexPromotion()
2269 return IsFloatingPointPromotion(FromComplex->getElementType(), in IsComplexPromotion()
2271 IsIntegralPromotion(nullptr, FromComplex->getElementType(), in IsComplexPromotion()
H A DSemaExprCXX.cpp4548 auto *FromComplex = From->getType()->castAs<ComplexType>(); in PerformImplicitConversion() local
4549 QualType ElType = FromComplex->getElementType(); in PerformImplicitConversion()