Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp2259 const ComplexType *FromComplex = FromType->getAs<ComplexType>(); in IsComplexPromotion() local
2260 if (!FromComplex) in IsComplexPromotion()
2267 return IsFloatingPointPromotion(FromComplex->getElementType(), in IsComplexPromotion()
2269 IsIntegralPromotion(nullptr, FromComplex->getElementType(), in IsComplexPromotion()
H A DSemaExprCXX.cpp4454 auto *FromComplex = From->getType()->castAs<ComplexType>(); in PerformImplicitConversion() local
4455 QualType ElType = FromComplex->getElementType(); in PerformImplicitConversion()