Lines Matching full:getter
248 // Set setter/getter selector name. Needed later.
432 // Regardless of setter/getter attribute, we save the default getter/setter
433 // selector names in anticipation of declaration of setter/getter methods.
833 // returned by the getter as it must conform to C++'s copy-return rules.
1008 << Property->getDeclName() << "getter" << inheritedName;
1601 /// implicitly-declared getter or setter for that property.
1615 /// ProcessPropertyDecl - Make sure that any user-defined setter/getter methods
1617 /// Also synthesize a getter/setter method if none exist (and update the
1651 // Synthesize getter/setter methods if none exist.
1652 // Find the default getter and if one not found, add one.
1658 // No instance method of same name as property getter name was found.
1659 // Declare a getter method and add it to the list of methods
1686 // A user declared getter will be synthesize when @synthesize of