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

Declarations

tools/clang/include/clang/AST/ASTContext.h
 2059   bool areCompatibleVectorTypes(QualType FirstVec, QualType SecondVec);

References

tools/clang/lib/Sema/SemaExpr.cpp
 8222       if (Context.areCompatibleVectorTypes(LHSType, RHSType)) {
 9035       Context.areCompatibleVectorTypes(LHSType, RHSType)) {
tools/clang/lib/Sema/SemaOverload.cpp
 1606     if (S.Context.areCompatibleVectorTypes(FromType, ToType) ||
 2412       Context.areCompatibleVectorTypes(FromPointeeType, ToPointeeType)) {
 4016     bool SCS1IsCompatibleVectorConversion = S.Context.areCompatibleVectorTypes(
 4018     bool SCS2IsCompatibleVectorConversion = S.Context.areCompatibleVectorTypes(