Lines Matching full:strong
41 // retain, strong, copy, weak, and unsafe_unretained are only legal
719 /// life-time is assumed 'strong'.
729 // if no backing ivar, make property 'strong'.
1311 // (assign/unsafe_unretained/weak/retain/strong/copy) in super class
1336 << Property->getDeclName() << "retain (or strong)" << inheritedName;
2108 Attributes & ObjCDeclSpec::DQ_PR_copy ? "copy" : "retain (or strong)");
2128 << "assign" << "strong";
2152 << "unsafe_unretained" << "strong";
2169 << "copy" << "strong";
2187 << "strong" << "weak";
2206 // With arc, @property definitions should default to (strong) when