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

Declarations

tools/clang/include/clang/AST/ASTContext.h
 2574   bool propertyTypesAreCompatible(QualType, QualType);

References

tools/clang/lib/Sema/SemaObjCProperty.cpp
  938     if (!S.Context.propertyTypesAreCompatible(LHSType, RHSType)) {
 1639   if (!Context.propertyTypesAreCompatible(LHSType, RHSType)) {