Lines Matching refs:getGetterName
471 if (PIDecl->getGetterName() != GetterSel) { in HandlePropertyInClassExtension()
475 << PIDecl->getGetterName() << GetterSel; in HandlePropertyInClassExtension()
480 GetterSel = PIDecl->getGetterName(); in HandlePropertyInClassExtension()
934 if (Property->getGetterName() != Prop->getGetterName()) { in SelectPropertyForSynthesisFromProtocols()
980 Diag << Property->getGetterName(); in SelectPropertyForSynthesisFromProtocols()
1000 Diag << Note.Prop->getGetterName(); in SelectPropertyForSynthesisFromProtocols()
1683 if (Property->getGetterName() != SuperProperty->getGetterName()) { in DiagnosePropertyMismatch()
1849 if ((Property->getGetterName() == IMD->getSelector() || in IvarBacksCurrentMethodAccessor()
1858 if ((Property->getGetterName() == IMD->getSelector() || in IvarBacksCurrentMethodAccessor()
1874 if (!SuperClassImplementsGetter && SDecl->getInstanceMethod(Prop->getGetterName())) in SuperClassImplementsProperty()
1910 ObjCMethodDecl *ImpMethod = IMPDecl->getInstanceMethod(Prop->getGetterName()); in DefaultSynthesizeProperties()
2132 PrimaryClass, Prop->getGetterName(), IMPDecl, CDecl, C, Prop, InsMap); in DiagnoseUnimplementedProperties()
2190 IMPDecl->getClassMethod(Property->getGetterName()) : in AtomicPropertySetterGetterRules()
2191 IMPDecl->getInstanceMethod(Property->getGetterName()); in AtomicPropertySetterGetterRules()
2386 CD->getClassMethod(property->getGetterName()) : in ProcessPropertyDecl()
2387 CD->getInstanceMethod(property->getGetterName()); in ProcessPropertyDecl()
2395 getClassMethod(property->getGetterName()) : in ProcessPropertyDecl()
2397 getInstanceMethod(property->getGetterName()); in ProcessPropertyDecl()
2417 property->getGetterName(), !IsClassProperty, true, false, CatDecl); in ProcessPropertyDecl()
2490 Context, Loc, Loc, property->getGetterName(), resultTy, nullptr, CD, in ProcessPropertyDecl()