Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp2185 const ComplexType *ToComplex = ToType->getAs<ComplexType>(); in IsComplexPromotion() local
2186 if (!ToComplex) in IsComplexPromotion()
2190 ToComplex->getElementType()) || in IsComplexPromotion()
2192 ToComplex->getElementType()); in IsComplexPromotion()
H A DSemaExprCXX.cpp4181 if (const ComplexType *ToComplex = ToType->getAs<ComplexType>()) { in PerformImplicitConversion() local
4182 QualType ElType = ToComplex->getElementType(); in PerformImplicitConversion()