Searched refs:newName2 (Results 1 – 5 of 5) sorted by relevance
10 @property (nonatomic, retain) id newName2 __attribute__((ns_returns_not_retained)); // expected-not…11 - (id) newName2; // expected-warning {{property declared as returning non-retained objects; gette… method20 @synthesize newName2;
648 @property (nonatomic, retain) id newName2 __attribute__((ns_returns_not_retained)); // expected-not…649 - (id) newName2; // expected-warning {{property declared as returning non-retained objects; gette… method658 @synthesize newName2;
651 @property (nonatomic, retain) id newName2 __attribute__((ns_returns_not_retained)); // expected-not…652 - (id) newName2; // expected-warning {{property declared as returning non-retained objects; gette… method661 @synthesize newName2;
135 StringRef newName2 = copyString(buffer2.str()); in buildDuplicateNameMap() local136 _refNames[prevAtom] = std::string(newName2); in buildDuplicateNameMap()139 << newName2 << "' (" in buildDuplicateNameMap()140 << (const void *)newName2.data() << ", " in buildDuplicateNameMap()141 << newName2.size() << ")\n"); in buildDuplicateNameMap()