Home
last modified time | relevance | path

Searched defs:NSInvocation (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/clang/test/SemaObjC/
H A Dno-warn-unimpl-method.m10 @interface NSInvocation interface
35 - (void)forwardInvocation:(NSInvocation *)anInvocation;
39 - (void)forwardInvocation:(NSInvocation *)anInvocation
/aosp_15_r20/external/clang/test/Rewriter/
H A Dobjc-ivar-receiver-1.m8 @interface NSInvocation { interface
16 @implementation NSInvocation implementation
H A Dobjc-modern-ivar-receiver-1.mm10 @interface NSInvocation { interface
18 @implementation NSInvocation implementation
/aosp_15_r20/external/clang/test/ARCMT/
H A Dcheck-api.m5 @interface NSInvocation : NSObject interface
22 - (void) test:(NSInvocation *)invok {
H A Dobjcmt-ns-nonatomic-iosonly.m74 @interface NSInvocation interface
126 @interface NSInvocation(CAT) interface in CAT
H A Dobjcmt-atomic-property.m67 @interface NSInvocation interface
119 @interface NSInvocation(CAT) interface in CAT
H A Dobjcmt-property.m67 @interface NSInvocation interface
122 @interface NSInvocation(CAT) interface in CAT
/aosp_15_r20/external/google-breakpad/src/common/mac/testing/
H A DGTMSenTestCase.m219 + (id)testCaseWithInvocation:(NSInvocation *)anInvocation {
223 - (id)initWithInvocation:(NSInvocation *)anInvocation {
/aosp_15_r20/external/cronet/base/ios/
H A Dcrb_protocol_observers.mm161 - (void)forwardInvocation:(NSInvocation*)invocation { argument
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/
H A DDebugTokenStream.m94 - (void) forwardInvocation:(NSInvocation *)anInvocation
H A DDebugTreeAdaptor.m83 - (void) forwardInvocation:(NSInvocation *)anInvocation
/aosp_15_r20/external/clang/test/Analysis/
H A Dself-init.m29 @interface NSInvocation : NSObject {} interface