/llvm-project/clang/test/CodeGenObjCXX/ |
H A D | objc-container-subscripting-1.mm | 5 @protocol NSCopying @end protocol 18 - (id)objectForKeyedSubscript:(id<NSCopying>)key; 19 - (void)setObject:(id)object forKeyedSubscript:(id<NSCopying>)key;
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | objc-dictionary-literal.m | 9 @protocol NSCopying @end protocol 13 …ionaryWithObjects:(const id [])objects forKeys:(const id <NSCopying> [])keys count:(NSUInteger)cnt;
|
H A D | ivar-type-encoding.m | 3 @protocol NSCopying protocol
|
H A D | arc-linetable-autorelease.m | 10 @protocol NSCopying protocol
|
/llvm-project/clang/test/SemaObjC/ |
H A D | arc-dict-bridged-cast.m | 11 @protocol NSCopying @end protocol 14 - (id)objectForKeyedSubscript:(id<NSCopying>)key;
|
H A D | comptypes-legal.m | 39 @protocol NSCopying @end protocol 41 - (void) Meth : (id <NSCopying>)aKey; // expected-note {{passing argument to parameter 'aKey' here}} argument
|
H A D | parameterized_classes_collection_literal.m | 13 @protocol NSCopying protocol 34 count:(NSUInteger)cnt;
|
H A D | objc-dictionary-literal.m | 25 @protocol NSCopying @end protocol 30 …ionaryWithObjects:(const id [])objects forKeys:(const id <NSCopying> [])keys count:(NSUInteger)cnt;
|
H A D | ignore-qualifier-on-qualified-id.m | 5 @protocol NSCopying @end protocol
|
H A D | warn-assign-property-nscopying.m | 4 @protocol NSCopying @end protocol
|
H A D | property-missing.m | 5 @protocol NSCopying @end protocol
|
H A D | block-compare.mm | 11 @protocol NSCopying protocol
|
H A D | objc-literal-nsnumber.m | 82 @protocol NSCopying protocol 87 …tionaryWithObjects:(const id [])objects forKeys:(const id<NSCopying> [])keys count:(NSUInteger)cnt;
|
H A D | property-7.m | 10 @protocol NSCopying protocol
|
H A D | warn-missing-super.m | 1 @protocol NSCopying @end protocol
|
H A D | interface-layout.m | 12 @protocol NSCopying protocol
|
H A D | try-catch.m | 11 @protocol NSCopying protocol
|
/llvm-project/clang/test/Rewriter/ |
H A D | rewrite-modern-protocol-1.mm | 4 @protocol NSCopying @end protocol
|
H A D | rewrite-modern-container-literal.mm | 27 @protocol NSCopying @end protocol 30 …ionaryWithObjects:(const id [])objects forKeys:(const id <NSCopying> [])keys count:(NSUInteger)cnt;
|
/llvm-project/clang/test/SemaObjCXX/ |
H A D | parameterized_classes.mm | 7 @protocol NSCopying protocol
|
/llvm-project/clang/test/PCH/ |
H A D | objc_kindof.m | 10 @protocol NSCopying protocol
|
/llvm-project/clang/test/Analysis/diagnostics/ |
H A D | macros.m | 11 - (void)setObject:(id)anObject forKey:(id <NSCopying>)aKey;
|
/llvm-project/clang/test/Analysis/ |
H A D | dynamic_type_check.m | 13 @protocol NSCopying protocol
|
H A D | NSContainers.m | 16 @protocol NSCopying protocol 81 + (id)dictionaryWithObject:(id)object forKey:(id <NSCopying>)key; 82 …ionaryWithObjects:(const id [])objects forKeys:(const id <NSCopying> [])keys count:(NSUInteger)cnt; 89 - (void)setObject:(id)anObject forKey:(id <NSCopying>)aKey; 223 - (NSString*) stringForKeyFE: (id<NSCopying>)key;
|
H A D | bug_hash_test.m | 10 @protocol NSCopying protocol
|