Home
last modified time | relevance | path

Searched defs:objc_gc (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/test/SemaObjC/
H A Dattr-objc-gc.m21 static id [[clang::objc_gc(weak)]] j; function
22 [[clang::objc_gc(weak)]] static id k; // expected-warning {{applying attribute 'objc_gc' to a decla… function
23 static id l [[clang::objc_gc(weak)]]; // expected-warning {{applying attribute 'objc_gc' to a decla… function