Home
last modified time | relevance | path

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

/llvm-project/clang/test/ARCMT/
H A Dchecking.m202 - (void) init10; // expected-note {{declaration in interface is not in the 'init' family because it… method
240 - (id) init10 { return 0; } // expected-error {{method implementation does not match its declaratio… method
/llvm-project/clang/test/Analysis/
H A Dself-init.m142 -(id)init10 { method
/llvm-project/clang/test/SemaObjC/
H A Darc.m172 - (void) init10; // expected-note {{declaration in interface is not in the 'init' family because it… method
212 - (id) init10 { return 0; } // expected-error {{method implementation does not match its declaratio… method