Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp2131 auto *ToExtType = ToType->getAs<ExtVectorType>(); in IsVectorConversion() local
2136 if (ToExtType && FromExtType) { in IsVectorConversion()
2138 unsigned ToElts = ToExtType->getNumElements(); in IsVectorConversion()
2147 QualType ToElTy = ToExtType->getElementType(); in IsVectorConversion()
2152 if (FromExtType && !ToExtType) { in IsVectorConversion()
2163 if (auto *ToExtType = ToType->getAs<ExtVectorType>()) { in IsVectorConversion() local
2174 QualType ToElTy = ToExtType->getElementType(); in IsVectorConversion()