Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/ARCMT/
H A Dchecking.m206 - (void) init14; // expected-note {{declaration in interface is not in the 'init' family because it… method
268 - (Test8*) init14 { return 0; } // expected-error {{method implementation does not match its declar… method
/llvm-project-15.0.7/clang/test/Analysis/
H A Dself-init.m163 -(id)init14 { method
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Darc.m182 - (void) init14; // expected-note {{declaration in interface is not in the 'init' family because it… method
252 - (Test8*) init14 { return 0; } // expected-error {{method implementation does not match its declar… method