Lines Matching refs:getterMethod
1406 if (ObjCMethodDecl *getterMethod = property->getGetterMethodDecl()) { in ActOnPropertyImplDecl() local
1407 getterMethod->createImplicitParams(Context, IDecl); in ActOnPropertyImplDecl()
1413 SynthesizedFunctionScope Scope(*this, getterMethod); in ActOnPropertyImplDecl()
1414 ImplicitParamDecl *SelfDecl = getterMethod->getSelfDecl(); in ActOnPropertyImplDecl()
1431 getterMethod->getReturnType(), in ActOnPropertyImplDecl()
1442 !getterMethod->hasAttr<NSReturnsNotRetainedAttr>()) { in ActOnPropertyImplDecl()
1443 Diag(getterMethod->getLocation(), in ActOnPropertyImplDecl()
1448 switch (getterMethod->getMethodFamily()) { in ActOnPropertyImplDecl()
1453 Diag(getterMethod->getLocation(), diag::err_arc_illegal_method_def) in ActOnPropertyImplDecl()
1454 << 1 << getterMethod->getSelector(); in ActOnPropertyImplDecl()
2097 auto *getterMethod = property->getGetterMethodDecl(); in diagnoseNullResettableSynthesizedSetters() local
2100 !impDecl->getInstanceMethod(getterMethod->getSelector())) { in diagnoseNullResettableSynthesizedSetters()