Lines Matching defs:method
669 // property implementation before parsing any method bodies.
1481 /// an ivar synthesized for 'Method' and 'Method' is a property accessor
1485 ObjCMethodDecl *Method, ObjCIvarDecl *IV) {
1488 ObjCMethodDecl *IMD = IFace->lookupMethod(Method->getSelector(),
1489 Method->isInstanceMethod());
1494 // by this method.
1625 Selector Method,
1635 if (!SMap.count(Method) &&
1637 !PrimaryClass->lookupPropertyAccessor(Method, C))) {
1642 << Prop->getDeclName() << Method;
1850 ObjCMethodDecl *method = PD->getGetterMethodDecl();
1851 if (!method)
1853 ObjCMethodFamily family = method->getMethodFamily();
1865 for (auto *getterRedecl : method->redecls()) {
1887 << method->getDeclName() << spelling;
1940 /// Also synthesize a getter/setter method if none exist (and update the
1984 // No instance method of same name as property getter name was found.
1985 // Declare a getter method and add it to the list of methods
2034 // No instance method of same name as property setter name was found.
2035 // Declare a setter method and add it to the list of methods
2077 // setter selector that causes it to have a method family.