Lines Matching refs:selector
14 …return @selector(compare:); // expected-warning {{several methods with selector 'compare:' of mism…
18 SEL s = @selector((retain));
19 SEL s1 = @selector((meth1:));
20 SEL s2 = @selector((retainArgument::));
21 SEL s3 = @selector((retainArgument:::::));
22 SEL s4 = @selector((retainArgument:with:));
23 SEL s5 = @selector((meth1:with:with:));
24 SEL s6 = @selector((getEnum:enum:bool:));
25 SEL s7 = @selector((char:float:double:unsigned:short:long:));
26 SEL s9 = @selector((:enum:bool:));
29 SEL s = @selector(retain);
30 SEL s1 = @selector(meth1:);
31 SEL s2 = @selector(retainArgument::);
32 SEL s3 = @selector(retainArgument:::::);
33 SEL s4 = @selector(retainArgument:with:);
34 SEL s5 = @selector(meth1:with:with:);
35 SEL s6 = @selector(getEnum:enum:bool:);
36 SEL s7 = @selector(char:float:double:unsigned:short:long:);
38 SEL s9 = @selector(:enum:bool:);
59 …id)@selector(setFinalVolume:); // expected-warning {{several methods with selector 'setFinalVolume…