reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2067 if (Prop->isInvalidDecl() || 2068 Prop->getPropertyImplementation() == ObjCPropertyDecl::Optional || 2069 PropImplMap.count(Prop) || 2070 Prop->getAvailability() == AR_Unavailable) 2075 PrimaryClass, Prop->getGetterName(), IMPDecl, CDecl, C, Prop, InsMap); 2075 PrimaryClass, Prop->getGetterName(), IMPDecl, CDecl, C, Prop, InsMap); 2076 if (!Prop->isReadOnly()) 2078 PrimaryClass, Prop->getSetterName(), 2079 IMPDecl, CDecl, C, Prop, InsMap);