Searched refs:privateMethod (Results 1 – 10 of 10) sorted by relevance
11 [self privateMethod]; // clang already does not warn here15 [myObject privateMethod]; 18 - (void)privateMethod { } method in MyClass21 [myObject privateMethod]; 29 [myObject privateMethod];
24 [self privateMethod]; // clang already does not warn here28 [myObject privateMethod]; 31 - (void)privateMethod { } method in MyClass34 [myObject privateMethod]; 40 [O1 privateMethod];
16 [self privateMethod]; // clang already does not warn here20 [myObject privateMethod]; 23 - (void)privateMethod { } method in MyClass26 [myObject privateMethod];
18 [self privateMethod]; // clang already does not warn here22 [myObject privateMethod];29 [myObject privateMethod];45 [myObject privateMethod];58 - (void)privateMethod { } method in i
11 private int privateMethod() { in privateMethod() method in PrivateMethodTest19 int returnValue = pmt.privateMethod(); in testPrivateMethod()
35 private static void privateMethod() {} in privateMethod() method in ShadowImplementationWithIncorrectVisibility
212 @Tested private void privateMethod() {} in privateMethod() method in ElementTest.A
597 private void privateMethod() {} in privateMethod() method in InvokableTest.Prepender
142 private void privateMethod() { in privateMethod() method in MethodSpecTest.InvalidOverrideMethods
1216 private void privateMethod() {} in privateMethod() method in NullPointerTesterTest.VisibilityMethods