Home
last modified time | relevance | path

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

/external/clang/test/SemaObjC/
Dno-warn-unimpl-method.m10 @interface NSInvocation interface
35 - (void)forwardInvocation:(NSInvocation *)anInvocation;
40 {
/external/clang/test/Rewriter/
Dobjc-ivar-receiver-1.m8 @interface NSInvocation { interface
16 @implementation NSInvocation implementation
Dobjc-modern-ivar-receiver-1.mm10 @interface NSInvocation { interface
18 @implementation NSInvocation implementation
/external/clang/test/ARCMT/
Dcheck-api.m5 @interface NSInvocation : NSObject interface
22 - (void) test:(NSInvocation *)invok {
Dobjcmt-ns-nonatomic-iosonly.m74 @interface NSInvocation interface
126 @interface NSInvocation(CAT) interface in CAT
Dobjcmt-atomic-property.m67 @interface NSInvocation interface
119 @interface NSInvocation(CAT) interface in CAT
Dobjcmt-property.m67 @interface NSInvocation interface
122 @interface NSInvocation(CAT) interface in CAT
/external/google-breakpad/src/common/mac/testing/
DGTMSenTestCase.m223 + (id)testCaseWithInvocation:(NSInvocation *)anInvocation {
227 - (id)initWithInvocation:(NSInvocation *)anInvocation {
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRDebugTokenStream.m95 {
DANTLRDebugTreeAdaptor.m84 {
/external/clang/test/Analysis/
Dself-init.m29 @interface NSInvocation : NSObject {} interface