Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaObjC/
H A Dno-warn-unimpl-method.m10 @interface NSInvocation interface
35 - (void)forwardInvocation:(NSInvocation *)anInvocation;
40 {
/llvm-project/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
/llvm-project/clang/test/ARCMT/
H A Dcheck-api.m5 @interface NSInvocation : NSObject interface
22 - (void) test:(NSInvocation *)invok {
H A Dobjcmt-atomic-property.m67 @interface NSInvocation interface
119 @interface NSInvocation(CAT) interface in CAT
H A Dobjcmt-ns-nonatomic-iosonly.m73 @interface NSInvocation interface
125 @interface NSInvocation(CAT) interface in CAT
H A Dobjcmt-property.m67 @interface NSInvocation interface
121 @interface NSInvocation(CAT) interface in CAT
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/objc/
H A Dnsinvocation-argument-lifetime.m7 @interface NSInvocation : NSObject interface
82 - (void)processInvocation:(NSInvocation *)Invocation {
/llvm-project/clang/test/Analysis/
H A Dself-init.m29 @interface NSInvocation : NSObject {} interface