Lines Matching refs:atIndex
8 - (void)getArgument:(void *)Arg atIndex:(int)Index;
13 - (void)getArgument:(void *)Arg atIndex:(int)Index;
38 [Invocation getArgument:&Arg2 atIndex:2];
39 [Invocation getArgument:&IntVar atIndex:2];
41 [Invocation getArgument:&Arg3 atIndex:3];
42 …// CHECK-MESSAGES: :[[@LINE-1]]:27: warning: NSInvocation '-getArgument:atIndex:' should only pass…
44 [Invocation getArgument:&Arg4 atIndex:4];
45 …// CHECK-MESSAGES: :[[@LINE-1]]:27: warning: NSInvocation '-getArgument:atIndex:' should only pass…
47 [Invocation getArgument:&Arg5 atIndex:5];
48 …// CHECK-MESSAGES: :[[@LINE-1]]:27: warning: NSInvocation '-getArgument:atIndex:' should only pass…
50 [Invocation getArgument:&BlockArg1 atIndex:6];
51 …// CHECK-MESSAGES: :[[@LINE-1]]:27: warning: NSInvocation '-getArgument:atIndex:' should only pass…
53 [Invocation getArgument:&BlockArg2 atIndex:6];
58 [Invocation getArgument:(void *)0 atIndex:6];
60 [Invocation getArgument:&Bar.Field1 atIndex:2];
61 [Invocation getArgument:&Bar.Field2 atIndex:2];
62 …// CHECK-MESSAGES: :[[@LINE-1]]:27: warning: NSInvocation '-getArgument:atIndex:' should only pass…
63 [Invocation getArgument:&Bar.IntField atIndex:2];
68 [OC getArgument:&Arg atIndex:2];
83 [Invocation getArgument:&Argument1 atIndex:2];
84 …// CHECK-MESSAGES: :[[@LINE-1]]:27: warning: NSInvocation '-getArgument:atIndex:' should only pass…
85 [Invocation getArgument:&self->Argument1 atIndex:2];
86 …// CHECK-MESSAGES: :[[@LINE-1]]:27: warning: NSInvocation '-getArgument:atIndex:' should only pass…
87 [Invocation getArgument:&Argument2 atIndex:2];
88 [Invocation getArgument:&self->Argument2 atIndex:2];
89 [Invocation getArgument:&self->IntIvar atIndex:2];
100 [Invocation getArgument:&Obj->Argument1 atIndex:2];
101 …// CHECK-MESSAGES: :[[@LINE-1]]:27: warning: NSInvocation '-getArgument:atIndex:' should only pass…
102 [Invocation getArgument:&Obj->Argument2 atIndex:2];