Home
last modified time | relevance | path

Searched defs:NSCopying (Results 1 – 25 of 83) sorted by relevance

1234

/llvm-project/clang/test/CodeGenObjCXX/
H A Dobjc-container-subscripting-1.mm5 @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 Dobjc-dictionary-literal.m9 @protocol NSCopying @end protocol
13 …ionaryWithObjects:(const id [])objects forKeys:(const id <NSCopying> [])keys count:(NSUInteger)cnt;
H A Divar-type-encoding.m3 @protocol NSCopying protocol
H A Darc-linetable-autorelease.m10 @protocol NSCopying protocol
/llvm-project/clang/test/SemaObjC/
H A Darc-dict-bridged-cast.m11 @protocol NSCopying @end protocol
14 - (id)objectForKeyedSubscript:(id<NSCopying>)key;
H A Dcomptypes-legal.m39 @protocol NSCopying @end protocol
41 - (void) Meth : (id <NSCopying>)aKey; // expected-note {{passing argument to parameter 'aKey' here}} argument
H A Dparameterized_classes_collection_literal.m13 @protocol NSCopying protocol
34 count:(NSUInteger)cnt;
H A Dobjc-dictionary-literal.m25 @protocol NSCopying @end protocol
30 …ionaryWithObjects:(const id [])objects forKeys:(const id <NSCopying> [])keys count:(NSUInteger)cnt;
H A Dignore-qualifier-on-qualified-id.m5 @protocol NSCopying @end protocol
H A Dwarn-assign-property-nscopying.m4 @protocol NSCopying @end protocol
H A Dproperty-missing.m5 @protocol NSCopying @end protocol
H A Dblock-compare.mm11 @protocol NSCopying protocol
H A Dobjc-literal-nsnumber.m82 @protocol NSCopying protocol
87 …tionaryWithObjects:(const id [])objects forKeys:(const id<NSCopying> [])keys count:(NSUInteger)cnt;
H A Dproperty-7.m10 @protocol NSCopying protocol
H A Dwarn-missing-super.m1 @protocol NSCopying @end protocol
H A Dinterface-layout.m12 @protocol NSCopying protocol
H A Dtry-catch.m11 @protocol NSCopying protocol
/llvm-project/clang/test/Rewriter/
H A Drewrite-modern-protocol-1.mm4 @protocol NSCopying @end protocol
H A Drewrite-modern-container-literal.mm27 @protocol NSCopying @end protocol
30 …ionaryWithObjects:(const id [])objects forKeys:(const id <NSCopying> [])keys count:(NSUInteger)cnt;
/llvm-project/clang/test/SemaObjCXX/
H A Dparameterized_classes.mm7 @protocol NSCopying protocol
/llvm-project/clang/test/PCH/
H A Dobjc_kindof.m10 @protocol NSCopying protocol
/llvm-project/clang/test/Analysis/diagnostics/
H A Dmacros.m11 - (void)setObject:(id)anObject forKey:(id <NSCopying>)aKey;
/llvm-project/clang/test/Analysis/
H A Ddynamic_type_check.m13 @protocol NSCopying protocol
H A DNSContainers.m16 @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 Dbug_hash_test.m10 @protocol NSCopying protocol

1234