Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Setter

907 /// mustSynthesizeSetterGetterMethod - returns true if setter or getter has not
1001 !mustSynthesizeSetterGetterMethod(IMD, PD, false /*setter*/))
1004 // Generate the 'setter' function.
1102 // When method is a synthesized one, such as a getter/setter there is
7305 if (ObjCMethodDecl *Setter = PD->getSetterMethodDecl())
7306 if (mustSynthesizeSetterGetterMethod(IDecl, PD, false /*setter*/))
7307 InstanceMethods.push_back(Setter);
7565 if (ObjCMethodDecl *Setter = PD->getSetterMethodDecl())
7566 InstanceMethods.push_back(Setter);