Lines Matching refs:Method
723 // property implementation before parsing any method bodies.
1579 /// an ivar synthesized for 'Method' and 'Method' is a property accessor
1583 ObjCMethodDecl *Method, ObjCIvarDecl *IV) {
1586 ObjCMethodDecl *IMD = IFace->lookupMethod(Method->getSelector(),
1587 Method->isInstanceMethod());
1592 // by this method.
1600 // accessors is implemented by this method.
1731 Selector Method,
1741 if (!SMap.count(Method) &&
1743 !PrimaryClass->lookupPropertyAccessor(Method, C))) {
1748 << Prop->getDeclName() << Method;
1985 ObjCMethodDecl *method = PD->getGetterMethodDecl();
1986 if (!method)
1988 ObjCMethodFamily family = method->getMethodFamily();
2000 for (auto *getterRedecl : method->redecls()) {
2022 << method->getDeclName() << spelling;
2081 /// Also synthesize a getter/setter method if none exist (and update the
2133 // No instance method of same name as property getter name was found.
2134 // Declare a getter method and add it to the list of methods
2189 // No instance method of same name as property setter name was found.
2190 // Declare a setter method and add it to the list of methods
2239 // setter selector that causes it to have a method family.