Lines Matching refs:getterMethod
1245 if (ObjCMethodDecl *getterMethod = property->getGetterMethodDecl()) { in ActOnPropertyImplDecl() local
1246 getterMethod->createImplicitParams(Context, IDecl); in ActOnPropertyImplDecl()
1252 SynthesizedFunctionScope Scope(*this, getterMethod); in ActOnPropertyImplDecl()
1253 ImplicitParamDecl *SelfDecl = getterMethod->getSelfDecl(); in ActOnPropertyImplDecl()
1270 getterMethod->getReturnType(), in ActOnPropertyImplDecl()
1281 !getterMethod->hasAttr<NSReturnsNotRetainedAttr>()) { in ActOnPropertyImplDecl()
1282 Diag(getterMethod->getLocation(), in ActOnPropertyImplDecl()
1287 switch (getterMethod->getMethodFamily()) { in ActOnPropertyImplDecl()
1292 Diag(getterMethod->getLocation(), diag::err_arc_illegal_method_def) in ActOnPropertyImplDecl()
1293 << 1 << getterMethod->getSelector(); in ActOnPropertyImplDecl()
1926 auto *getterMethod = property->getGetterMethodDecl(); in diagnoseNullResettableSynthesizedSetters() local
1929 !impDecl->getInstanceMethod(getterMethod->getSelector())) { in diagnoseNullResettableSynthesizedSetters()