Home
last modified time | relevance | path

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

12345678910>>...28

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dobjc-super-self.m3 @interface NSObject interface
19 - (instancetype)initWithObject:(NSObject *)obj {
31 - (instancetype)initWithObject:(NSObject *)objc a:(int)a {
39 - (instancetype)initWithObject:(NSObject *)objc b:(int)b {
47 - (instancetype)initWithObject:(NSObject *)objc c:(int)c {
55 - (instancetype)initWithObject:(NSObject *)objc d:(int)d {
/external/clang/test/CodeGenObjC/
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
Dno-category-class.m3 @interface NSObject interface
6 @implementation NSObject(IBXLIFFIntegration) implementation in IBXLIFFIntegration
/external/llvm-project/clang/test/CodeGenObjC/
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
Dno-category-class.m3 @interface NSObject interface
6 @implementation NSObject(IBXLIFFIntegration) implementation in IBXLIFFIntegration
Dparameterized_classes.m9 @protocol NSObject protocol
16 @interface NSObject <NSObject> interface
91 - (void)setDest:(NSObject *)a;
95 - (void)setDest:(NSObject *)a {
/external/llvm-project/clang/test/PCH/
Dchain-categories.m14 @interface NSObject interface
19 @interface NSObject (Properties) interface in Properties
37 @interface NSObject(ObjExt) interface in ObjExt
41 @interface NSObject () interface in readwrite
/external/clang/test/PCH/
Dchain-categories.m14 @interface NSObject interface
19 @interface NSObject (Properties) interface in Properties
37 @interface NSObject(ObjExt) interface in ObjExt
41 @interface NSObject () interface in readwrite
/external/clang/test/SemaObjCXX/
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)…
Dcategory-lookup.mm3 @interface NSObject @end interface
5 @interface NSObject (NSScriptClassDescription) interface in NSScriptClassDescription
/external/llvm-project/clang/test/SemaObjCXX/
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)…
Dcategory-lookup.mm3 @interface NSObject @end interface
5 @interface NSObject (NSScriptClassDescription) interface in NSScriptClassDescription
/external/clang/test/Analysis/
Dbug_hash_test.m4 @protocol NSObject protocol
13 @interface NSObject <NSObject> interface
17 @implementation NSObject implementation
/external/clang/test/SemaObjC/
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)…
Dcomptypes-legal.m3 @protocol NSObject protocol
5 @interface NSObject <NSObject> { interface
17 @implementation NSObject (ScopeAdditions) implementation in ScopeAdditions
Dproperty-in-class-extension.m28 - (NSObject *)bar; category
39 - (NSObject *)bam; category
41 - (void)setWarn : (NSObject *)val;
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
/external/llvm-project/clang/test/SemaObjC/
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)…
Dcomptypes-legal.m3 @protocol NSObject protocol
5 @interface NSObject <NSObject> { interface
17 @implementation NSObject (ScopeAdditions) implementation in ScopeAdditions
Dproperty-in-class-extension.m28 - (NSObject *)bar; category
39 - (NSObject *)bam; category
41 - (void)setWarn : (NSObject *)val;
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
/external/llvm-project/clang/test/Analysis/
Dbug_hash_test.m5 @protocol NSObject protocol
14 @interface NSObject <NSObject> interface
18 @implementation NSObject implementation
/external/llvm-project/clang/test/Index/
Dcomment-objc-parameterized-classes.m10 @protocol NSObject protocol
13 @interface NSObject interface
/external/clang/test/Index/
Dcomment-objc-parameterized-classes.m10 @protocol NSObject protocol
13 @interface NSObject interface
/external/llvm-project/clang/test/FixIt/
Dfixit-objc-message-comma-separator.m8 -(void)aMethodWithArg1:(NSObject*)arg1 arg2:(NSObject*)arg2; argument

12345678910>>...28