reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaOverload.cpp
 1580   if (!ToType->isVectorType() && !FromType->isVectorType())
 1584   if (S.Context.hasSameUnqualifiedType(FromType, ToType))
 1591     if (FromType->isExtVectorType())
 1595     if (FromType->isArithmeticType()) {
 1605   if (ToType->isVectorType() && FromType->isVectorType()) {
 1606     if (S.Context.areCompatibleVectorTypes(FromType, ToType) ||
 1607         S.isLaxVectorConversion(FromType, ToType)) {