Searched defs:objc_gc (Results 1 – 1 of 1) sorted by relevance
21 static id [[clang::objc_gc(weak)]] j; function22 [[clang::objc_gc(weak)]] static id k; // expected-warning {{applying attribute 'objc_gc' to a decla… function23 static id l [[clang::objc_gc(weak)]]; // expected-warning {{applying attribute 'objc_gc' to a decla… function