Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/Parser/
Dobjc-attr.m23 -(void)g2 __attribute__((ns_consumes_self));
25 -(void)h2: (int)x __attribute__((ns_consumes_self));
27 -(void) __attribute__((ns_consumes_self)) i2;
/external/clang/test/SemaObjC/
Dmethod-attributes.m21 …nt)arg1 __attribute__((deprecated)) __attribute__((unavailable)) __attribute__((ns_consumes_self));
34 …tribute__((deprecated)) __attribute__((unavailable)) __attribute__((ns_consumes_self)) {return 0; }
Darc.m330 - (id) consumesSelf __attribute__((ns_consumes_self));
386 - (void) test16_4: (int) x __attribute__((ns_consumes_self)); // expected-note {{one possibility}}
/external/llvm-project/clang/test/SemaObjC/
Dmethod-attributes.m21 …nt)arg1 __attribute__((deprecated)) __attribute__((unavailable)) __attribute__((ns_consumes_self));
34 …tribute__((deprecated)) __attribute__((unavailable)) __attribute__((ns_consumes_self)) {return 0; }
Darc.m333 - (id) consumesSelf __attribute__((ns_consumes_self));
389 - (void) test16_4: (int) x __attribute__((ns_consumes_self)); // expected-note {{one possibility}}
/external/llvm-project/clang/test/Index/
Dindex-attrs.m30 -(id)d __attribute__((ns_consumes_self));