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

References

tools/clang/lib/Sema/SemaObjCProperty.cpp
 1583     SuperProperty->getPropertyAttributes();
 1618   checkAtomicPropertyMismatch(*this, SuperProperty, Property, false);
 1621   if (Property->getSetterName() != SuperProperty->getSetterName() &&
 1622       !(SuperProperty->isReadOnly() &&
 1623         isa<ObjCProtocolDecl>(SuperProperty->getDeclContext()))) {
 1626     Diag(SuperProperty->getLocation(), diag::note_property_declare);
 1628   if (Property->getGetterName() != SuperProperty->getGetterName()) {
 1631     Diag(SuperProperty->getLocation(), diag::note_property_declare);
 1635     Context.getCanonicalType(SuperProperty->getType());
 1648         << Property->getType() << SuperProperty->getType() << inheritedName;
 1649       Diag(SuperProperty->getLocation(), diag::note_property_declare);