Searched defs:ns_returns_retained (Results 1 – 7 of 7) sorted by relevance
13 BT foo() __attribute__((ns_returns_retained)); category14 - (BT) Meth __attribute__((ns_returns_retained));15 + (BT) ClsMeth __attribute__((ns_returns_retained));19 BT foo() __attribute__((ns_returns_retained)) {return ^{}; } category
6 - (id) test __attribute__((ns_returns_retained)); // expected-note {{method 'test' declared here}}10 …d)PlusOne __attribute__((ns_returns_retained)); // expected-note {{method 'PlusOne' declared here}}
117 …s_retained)); // expected-error {{overriding method has mismatched ns_returns_retained attributes}}
385 - (id) test16_3: (int) x __attribute__((ns_returns_retained)); // expected-note {{one possibility}}
1036 - (id) test __attribute__((ns_returns_retained)) {1248 + (id) make __attribute__((ns_returns_retained));
357 - (NSString*) returnsAnOwnedString __attribute__((ns_returns_retained));372 - (NSDate*) returnsNSRetained __attribute__((ns_returns_retained));
864 - (id)transferOwnedFromProperty __attribute__((ns_returns_retained)) {