Lines Matching full:synthesized
10 // to warn about improper releasing of instance variables that back synthesized
12 // - When a class has a synthesized instance variable for a 'retain' or 'copy'
14 // - When a class has a synthesized instance variable for a 'retain'/'copy'
19 // synthesized instance variable is released in the following cases:
23 // This checker only warns for instance variables synthesized to back
25 // an instance variable is stored retained or not. For synthesized properties,
67 /// Returns true if the property implementation is synthesized and the
208 // Does the class contain any synthesized properties that are retainable?
584 OS << " by a synthesized property but not released"
699 OS << "' was synthesized for ";