Home
last modified time | relevance | path

Searched defs:NSObject (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Ddebug-info-ivars-private.m5 __attribute((objc_root_class)) @interface NSObject { interface
18 @interface Delegate(NSObject) category
22 @implementation Delegate(NSObject) category
30 - (void)g:(NSObject*) anObject { argument
H A Dno-category-class.m3 @interface NSObject interface
6 @implementation NSObject(IBXLIFFIntegration) implementation in IBXLIFFIntegration
H A Ddebuginfo-properties.m4 @protocol NSObject protocol
7 @interface NSObject <NSObject> {} interface
H A Ddebug-info-blocks.m32 @protocol NSObject protocol
35 @interface NSObject <NSObject> interface
H A Ddebug-info-property-accessors.m19 @protocol NSObject protocol
22 @interface NSObject <NSObject> interface
/minix3/external/bsd/llvm/dist/clang/test/SemaObjCXX/
H A Dcategory-lookup.mm3 @interface NSObject @end interface
5 @interface NSObject (NSScriptClassDescription) interface in NSScriptClassDescription
H A Darc-objc-lifetime.mm45 @interface NSObject @end interface
50 - (void) MMM : (NSObject*) arg0 : (NSObject<P>*&)arg : (id) arg1 : (id<P>&) arg2 {} // expected-war… argument
52 - (void) MM : (NSObject*) arg0 : (__strong NSObject**)arg : (id) arg1 : (__strong id*) arg2 {} argument
53 - (void) M : (NSObject**)arg0 : (id*)arg {} // expected-warning {{method parameter of type 'NSObjec… argument
55 - (void) N : (__strong NSObject***) arg0 : (__strong NSObject<P>***)arg : (float**) arg1 : (double)…
/minix3/external/bsd/llvm/dist/clang/test/FixIt/
H A Dfixit-objc-message-comma-separator.m8 -(void)aMethodWithArg1:(NSObject*)arg1 arg2:(NSObject*)arg2; argument
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dproperty-nonfragile-abi.m8 @protocol NSObject protocol
12 @interface NSObject <NSObject> {} interface
H A Dcomptypes-legal.m3 @protocol NSObject protocol
5 @interface NSObject <NSObject> { interface
17 @implementation NSObject (ScopeAdditions) implementation in ScopeAdditions
H A Dproperty-in-class-extension.m28 - (NSObject *)bar; category
39 - (NSObject *)bam; category
41 - (void)setWarn : (NSObject *)val; // expected-note {{method 'setWarn:' declared here}}
H A Dclass-extension-dup-methods.m22 + (void)someMethodWithArgument:(NSObject *)argument : (NSObject*) argument2; // expected-note {{pre… argument
H A Darc-objc-lifetime.m46 @interface NSObject @end interface
51 - (void) MMM : (NSObject*) arg0 : (NSObject<P>**)arg : (id) arg1 : (id<P>*) arg2 {} // expected-war… argument
53 - (void) MM : (NSObject*) arg0 : (__strong NSObject**)arg : (id) arg1 : (__strong id*) arg2 {} argument
54 - (void) M : (NSObject**)arg0 : (id*)arg {} // expected-warning {{method parameter of type 'NSObjec… argument
56 - (void) N : (__strong NSObject***) arg0 : (__strong NSObject<P>***)arg : (float**) arg1 : (double)…
H A Dmethod-undef-category-warn-1.m35 @protocol NSObject protocol
39 @interface NSObject <NSObject> interface
49 @interface NSObject (FooConformance) <Foo> interface in FooConformance
52 @implementation NSObject (FooConformance) implementation in FooConformance
H A Daccess-property-getter.m3 @protocol NSObject protocol
41 @interface NSObject @end interface
H A Dprotocol-warn.m4 @protocol NSObject @end protocol
6 @interface NSObject <NSObject> @end interface
H A Dcompare-qualified-class.m32 @protocol NSObject @end protocol
34 @interface NSObject @end interface
H A Dmethod-lookup.m5 @protocol NSObject protocol
10 @interface NSObject <NSObject> {} interface
H A Dproperty-8.m9 @protocol NSObject - (BOOL)isEqual:(id)object; @end protocol
14 @interface NSObject <NSObject> {} @end interface
32 @interface NSObject(NSKeyValueObserving) interface in NSKeyValueObserving
34 - (void)removeObserver:(NSObject *)observer forKeyPath:(NSString *)keyPath;
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjCXX/
H A Dselector-expr-lvalue.mm4 @interface NSObject {} interface
10 @implementation NSObject implementation
H A Dpr14474-gline-tables-only.mm7 @protocol NSObject - (BOOL)isEqual:(id)object; protocol
11 @interface NSObject <NSObject> { } interface
/minix3/external/bsd/llvm/dist/clang/test/PCH/
H A Dchain-categories.m14 @interface NSObject interface
33 @interface NSObject(ObjExt) interface in ObjExt
/minix3/external/bsd/llvm/dist/clang/test/Modules/Inputs/DependsOnModule.framework/Headers/
H A Dnot_objc.h1 int NSObject; variable
/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Dcasts.m24 @protocol NSObject - (BOOL)isEqual:(id)object; @end protocol
25 @interface NSObject <NSObject> {} - (id)init; @end interface
H A Drdar-6540084.m9 @protocol NSObject - (BOOL)isEqual:(id)object; @end protocol
10 @interface NSObject <NSObject> {} @end interface

12345678910>>...12