/llvm-project/clang-tools-extra/test/clang-tidy/checkers/objc/ |
H A D | 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 {
|
/llvm-project/clang/test/CodeGenObjC/ |
H A 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
|
H A D | no-category-class.m | 3 @interface NSObject interface 6 @implementation NSObject(IBXLIFFIntegration) implementation in IBXLIFFIntegration
|
H A D | ubsan-check-debuglocs.m | 8 @protocol NSObject protocol 11 @interface NSObject<NSObject> {} interface
|
H A D | null-check-bool-ret.m | 3 @protocol NSObject protocol 6 @interface NSObject <NSObject> interface
|
H A D | debug-info-objc-property-dwarf5.m | 3 @protocol NSObject protocol 6 @interface NSObject <NSObject> {} interface
|
H A D | parameterized_classes.m | 9 @protocol NSObject protocol 16 @interface NSObject <NSObject> interface 87 - (void)setDest:(NSObject *)a; 91 - (void)setDest:(NSObject *)a {
|
H A D | debuginfo-properties.m | 3 @protocol NSObject protocol 6 @interface NSObject <NSObject> {} interface
|
/llvm-project/clang/test/PCH/ |
H A 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
|
H A D | objc_kindof.m | 7 @protocol NSObject protocol 14 @interface NSObject <NSObject> interface
|
/llvm-project/clang/test/SemaObjCXX/ |
H A D | arc-objc-lifetime.mm | 42 @interface NSObject @end interface 47 - (void) MMM : (NSObject*) arg0 : (NSObject<P>*&)arg : (id) arg1 : (id<P>&) arg2 {} // expected-war… argument 49 - (void) MM : (NSObject*) arg0 : (__strong NSObject**)arg : (id) arg1 : (__strong id*) arg2 {} argument 50 - (void) M : (NSObject**)arg0 : (id*)arg {} // expected-warning {{method parameter of type 'NSObjec… argument 52 - (void) N : (__strong NSObject***) arg0 : (__strong NSObject<P>***)arg : (float**) arg1 : (double)…
|
H A D | category-lookup.mm | 3 @interface NSObject @end interface 5 @interface NSObject (NSScriptClassDescription) interface in NSScriptClassDescription
|
H A D | parameterized_classes.mm | 4 @protocol NSObject protocol 11 @interface NSObject <NSObject> interface
|
/llvm-project/clang/test/Index/ |
H A D | comment-objc-parameterized-classes.m | 10 @protocol NSObject protocol 13 @interface NSObject interface
|
H A D | annotate-parameterized-classes.m | 1 @protocol NSObject protocol 4 @interface NSObject interface
|
/llvm-project/clang/test/Analysis/ |
H A D | bug_hash_test.m | 5 @protocol NSObject protocol 14 @interface NSObject <NSObject> interface 18 @implementation NSObject implementation
|
H A D | path-notes-impl-param.m | 3 @protocol NSObject protocol 6 @interface NSObject <NSObject> {} interface
|
/llvm-project/clang/test/FixIt/ |
H A D | fixit-objc-message-comma-separator.m | 7 -(void)aMethodWithArg1:(NSObject*)arg1 arg2:(NSObject*)arg2; argument
|
/llvm-project/clang/test/SemaObjC/ |
H A D | comptypes-legal.m | 3 @protocol NSObject protocol 5 @interface NSObject <NSObject> { interface 17 @implementation NSObject (ScopeAdditions) implementation in ScopeAdditions [all...] |
H A D | arc-objc-lifetime.m | 43 @interface NSObject @end interface 48 - (void) MMM : (NSObject*) arg0 : (NSObject<P>**)arg : (id) arg1 : (id<P>*) arg2 {} // expected-war… argument 50 - (void) MM : (NSObject*) arg0 : (__strong NSObject**)arg : (id) arg1 : (__strong id*) arg2 {} argument 51 - (void) M : (NSObject**)arg0 : (id*)arg {} // expected-warning {{method parameter of type 'NSObjec… argument 53 - (void) N : (__strong NSObject***) arg0 : (__strong NSObject<P>***)arg : (float**) arg1 : (double)…
|
H A D | property-in-class-extension.m | 26 - (NSObject *)bar; category 37 - (NSObject *)bam; category 39 - (void)setWarn : (NSObject *)val;
|
H A D | property-nonfragile-abi.m | 8 @protocol NSObject protocol 12 @interface NSObject <NSObject> {} interface
|
H A D | block-compare.mm | 8 @protocol NSObject protocol 18 @interface NSObject <NSObject, NSCopying> interface
|
H A D | method-undef-category-warn-1.m | 34 @protocol NSObject protocol 38 @interface NSObject <NSObject> interface 48 @interface NSObject (FooConformance) <Foo> interface in FooConformance 51 @implementation NSObject (FooConformance) implementation in FooConformance
|
H A D | class-extension-dup-methods.m | 21 + (void)someMethodWithArgument:(NSObject *)argument : (NSObject*) argument2; // expected-note {{pre… argument
|