Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp2263 const ComplexType *ToComplex = ToType->getAs<ComplexType>(); in IsComplexPromotion() local
2264 if (!ToComplex) in IsComplexPromotion()
2268 ToComplex->getElementType()) || in IsComplexPromotion()
2270 ToComplex->getElementType()); in IsComplexPromotion()
H A DSemaExprCXX.cpp4432 if (const ComplexType *ToComplex = ToType->getAs<ComplexType>()) { in PerformImplicitConversion() local
4433 QualType ElType = ToComplex->getElementType(); in PerformImplicitConversion()