Searched refs:methodC (Results 1 – 5 of 5) sorted by relevance
53 private Method methodC; field in ExperimentingRunnerModuleTest58 methodC = TestBenchmark.class.getDeclaredMethod("c"); in setUp()67 .add(instrumentA.createInstrumentation(methodC)) in provideInstrumentations_noNames()70 .add(instrumentB.createInstrumentation(methodC)) in provideInstrumentations_noNames()92 .add(instrumentA.createInstrumentation(methodC)) in provideInstrumentations_withNames()94 .add(instrumentB.createInstrumentation(methodC)) in provideInstrumentations_withNames()
40 SEL c = @selector(methodC); // expected-warning {{undeclared selector 'methodC'}}
19 - (void) methodC; method
93 - (NSFoo *)methodC:(NSFoo*)foo;107 - (nonnull NSFoo *)methodC:(nullable NSFoo*)foo {
219 -(void)methodC; method