Home | History | Annotate | Download | only in SemaObjC

Lines Matching full:void

4 - (void) meth;
5 - (void) meth : (int) arg1;
8 + (void) cls_meth1 : (int) arg1; // expected-note {{method definition for 'cls_meth1:' not found}}
12 - (void) meth {}
13 - (void) meth : (int) arg2{}
14 - (void) cls_meth1 : (int) arg2{}
18 - (void) meth;
19 - (void) meth : (int) arg1;
22 + (void) cls_meth1 : (int) arg1; // expected-note {{method definition for 'cls_meth1:' not found}}
26 - (void) meth {}
27 - (void) meth : (int) arg2{}
28 - (void) cls_meth1 : (int) arg2{}
32 - (void) meth;
33 - (void) meth : (int) arg1;
34 - (void) cls_meth1 : (int) arg1;
38 - (void) meth {}
39 - (void) meth : (int) arg2{}
40 - (void) cls_meth1 : (int) arg2{}
51 - (void)someFunction { return; }
53 + (void)anotherFunction {