Lines Matching full:getter
470 // If the getter was written explicitly, complain.
477 // Always adopt the getter from the original declaration.
550 // Make sure getter/setter are appropriately synthesized.
634 // Regardless of setter/getter attribute, we save the default getter/setter
635 // selector names in anticipation of declaration of setter/getter methods.
1235 // returned by the getter as it must conform to C++'s copy-return rules.
1451 << Property->getDeclName() << "getter" << inheritedName;
1672 // getter and implements property's setter (if readwrite property).
1737 // When reporting on missing property setter/getter implementation in
1836 // setter/getter is implemented in category's primary class
1996 // Look for a getter explicitly declared alongside the property.
2067 /// implicitly-declared getter or setter for that property.
2079 /// ProcessPropertyDecl - Make sure that any user-defined setter/getter methods
2081 /// Also synthesize a getter/setter method if none exist (and update the
2090 // if setter or getter is not found in class extension, it might be
2126 // Synthesize getter/setter methods if none exist.
2127 // Find the default getter and if one not found, add one.
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
2138 // If the property is null_resettable, the getter returns nonnull.
2180 // A user declared getter will be synthesize when @synthesize of