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

References

tools/clang/lib/Sema/SemaObjCProperty.cpp
  873   QualType RHSType = S.Context.getCanonicalType(Property->getType());
  937     QualType LHSType = S.Context.getCanonicalType(Prop->getType());
  938     if (!S.Context.propertyTypesAreCompatible(LHSType, RHSType)) {
  941       if (!S.isObjCPointerConversion(RHSType, LHSType, ConvertedType, IncompatibleObjC)
  960     auto Diag = S.Diag(Property->getLocation(),
  983         S.Diag(Note.Prop->getLocation(), diag::note_protocol_property_declare)
 1002     S.Diag(AtLoc, diag::note_property_synthesize);