Searched refs:getInstanceMethod (Results 1 – 7 of 7) sorted by relevance
1072 if (IDecl->getInstanceMethod(PDecl->getSetterName())) in isPropertyReadonly()1082 if (Category->getInstanceMethod(PDecl->getSetterName())) in isPropertyReadonly()1095 if (IMD->getInstanceMethod(PDecl->getSetterName())) in isPropertyReadonly()1099 if (CIMD->getInstanceMethod(PDecl->getSetterName())) in isPropertyReadonly()1105 if (ImpDecl->getInstanceMethod(PDecl->getSetterName())) in isPropertyReadonly()1270 if (IMPDecl->getInstanceMethod(Prop->getGetterName())) { in DefaultSynthesizeProperties()1273 if (IMPDecl->getInstanceMethod(Prop->getSetterName())) in DefaultSynthesizeProperties()1356 GetterMethod = IMPDecl->getInstanceMethod(Property->getGetterName()); in AtomicPropertySetterGetterRules()1357 SetterMethod = IMPDecl->getInstanceMethod(Property->getSetterName()); in AtomicPropertySetterGetterRules()1382 GetterMethod = IMPDecl->getInstanceMethod(Property->getGetterName()); in AtomicPropertySetterGetterRules()[all …]
1477 IMPDecl->getInstanceMethod((*I)->getSelector()); in MatchAllMethodDeclarations()1479 CDecl->getInstanceMethod((*I)->getSelector()); in MatchAllMethodDeclarations()2139 CExtDecl->getInstanceMethod(Property->getGetterName())) in ActOnAtEnd()2143 CExtDecl->getInstanceMethod(Property->getSetterName())) in ActOnAtEnd()2401 PrevMethod = ImpDecl->getInstanceMethod(Sel); in ActOnMethodDeclaration()2416 PrevMethod = CatImpDecl->getInstanceMethod(Sel); in ActOnMethodDeclaration()
373 if (ObjCMethodDecl *OMD = PDecl->getInstanceMethod(Sel)) in FindGetterSetterNameDeclFromProtocolList()399 if (ObjCMethodDecl *OMD = (*I)->getInstanceMethod(Sel)) { in FindGetterSetterNameDecl()
499 Method = ImpDecl->getInstanceMethod(Sel); in LookupPrivateInstanceMethod()
319 Method = Instance ? ImpDecl->getInstanceMethod(Sel) in lookupPrivateMethod()668 if (ObjCMethodDecl *MD = Impl->getInstanceMethod(Sel)) in getCategoryInstanceMethod()
396 ObjCMethodDecl *getInstanceMethod(Selector Sel) const { in getInstanceMethod() function525 return isInstance ? getInstanceMethod(Sel) in getCategoryMethod()
1992 if (!D->getInstanceMethod(PD->getGetterName())) in EmitObjCPropertyImplementations()1996 !D->getInstanceMethod(PD->getSetterName())) in EmitObjCPropertyImplementations()