Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprCXX.cpp3655 const ComplexType *FromComplex = From->getType()->getAs<ComplexType>(); in PerformImplicitConversion() local
3656 assert(FromComplex); in PerformImplicitConversion()
3658 QualType ElType = FromComplex->getElementType(); in PerformImplicitConversion()
/external/llvm-project/clang/lib/Sema/
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()
DSemaExprCXX.cpp4384 auto *FromComplex = From->getType()->castAs<ComplexType>(); in PerformImplicitConversion() local
4385 QualType ElType = FromComplex->getElementType(); in PerformImplicitConversion()