/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | objc-super-self.m | 3 @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/llvm-project/clang/test/CodeGenObjC/ |
D | debug-info-ivars-private.m | 5 __attribute((objc_root_class)) @interface NSObject { interface 18 @interface Delegate(NSObject) category 22 @implementation Delegate(NSObject) category 30 - (void)g:(NSObject*) anObject { argument
|
D | no-category-class.m | 3 @interface NSObject interface 6 @implementation NSObject(IBXLIFFIntegration) implementation in IBXLIFFIntegration
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-ivars-private.m | 5 __attribute((objc_root_class)) @interface NSObject { interface 18 @interface Delegate(NSObject) category 22 @implementation Delegate(NSObject) category 30 - (void)g:(NSObject*) anObject { argument
|
D | no-category-class.m | 3 @interface NSObject interface 6 @implementation NSObject(IBXLIFFIntegration) implementation in IBXLIFFIntegration
|
/external/clang/test/PCH/ |
D | chain-categories.m | 14 @interface NSObject interface 19 @interface NSObject (Properties) interface in Properties 37 @interface NSObject(ObjExt) interface in ObjExt 41 @interface NSObject () interface in readwrite
|
/external/llvm-project/clang/test/PCH/ |
D | chain-categories.m | 14 @interface NSObject interface 19 @interface NSObject (Properties) interface in Properties 37 @interface NSObject(ObjExt) interface in ObjExt 41 @interface NSObject () interface in readwrite
|
/external/llvm-project/clang/test/SemaObjCXX/ |
D | arc-objc-lifetime.mm | 45 @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)…
|
D | category-lookup.mm | 3 @interface NSObject @end interface 5 @interface NSObject (NSScriptClassDescription) interface in NSScriptClassDescription
|
/external/clang/test/SemaObjCXX/ |
D | arc-objc-lifetime.mm | 45 @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)…
|
D | category-lookup.mm | 3 @interface NSObject @end interface 5 @interface NSObject (NSScriptClassDescription) interface in NSScriptClassDescription
|
/external/clang/test/Analysis/ |
D | bug_hash_test.m | 4 @protocol NSObject protocol 13 @interface NSObject <NSObject> interface 17 @implementation NSObject implementation
|
/external/clang/test/SemaObjC/ |
D | arc-objc-lifetime.m | 46 @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)…
|
D | comptypes-legal.m | 3 @protocol NSObject protocol 5 @interface NSObject <NSObject> { interface 17 @implementation NSObject (ScopeAdditions) implementation in ScopeAdditions
|
D | property-in-class-extension.m | 28 - (NSObject *)bar; category 39 - (NSObject *)bam; category 41 - (void)setWarn : (NSObject *)val;
|
D | method-undef-category-warn-1.m | 35 @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/ |
D | arc-objc-lifetime.m | 46 @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)…
|
D | comptypes-legal.m | 3 @protocol NSObject protocol 5 @interface NSObject <NSObject> { interface 17 @implementation NSObject (ScopeAdditions) implementation in ScopeAdditions
|
D | property-in-class-extension.m | 28 - (NSObject *)bar; category 39 - (NSObject *)bam; category 41 - (void)setWarn : (NSObject *)val;
|
D | method-undef-category-warn-1.m | 35 @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/ |
D | bug_hash_test.m | 5 @protocol NSObject protocol 14 @interface NSObject <NSObject> interface 18 @implementation NSObject implementation
|
/external/llvm-project/clang/test/Index/ |
D | comment-objc-parameterized-classes.m | 10 @protocol NSObject protocol 13 @interface NSObject interface
|
/external/clang/test/Index/ |
D | comment-objc-parameterized-classes.m | 10 @protocol NSObject protocol 13 @interface NSObject interface
|
/external/clang/test/FixIt/ |
D | fixit-objc-message-comma-separator.m | 8 -(void)aMethodWithArg1:(NSObject*)arg1 arg2:(NSObject*)arg2; argument
|
/external/llvm-project/clang/test/FixIt/ |
D | fixit-objc-message-comma-separator.m | 8 -(void)aMethodWithArg1:(NSObject*)arg1 arg2:(NSObject*)arg2; argument
|