Home
last modified time | relevance | path

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

1234567

/external/clang/test/CodeGenObjCXX/
Dobjc-container-subscripting-1.mm5 @protocol NSCopying @end protocol
18 - (id)objectForKeyedSubscript:(id<NSCopying>)key;
19 - (void)setObject:(id)object forKeyedSubscript:(id<NSCopying>)key;
/external/llvm-project/clang/test/CodeGenObjCXX/
Dobjc-container-subscripting-1.mm5 @protocol NSCopying @end protocol
18 - (id)objectForKeyedSubscript:(id<NSCopying>)key;
19 - (void)setObject:(id)object forKeyedSubscript:(id<NSCopying>)key;
/external/llvm-project/clang/test/CodeGenObjC/
Dobjc-dictionary-literal.m10 @protocol NSCopying @end protocol
14 …ionaryWithObjects:(const id [])objects forKeys:(const id <NSCopying> [])keys count:(NSUInteger)cnt;
/external/clang/test/CodeGenObjC/
Dobjc-dictionary-literal.m10 @protocol NSCopying @end protocol
14 …ionaryWithObjects:(const id [])objects forKeys:(const id <NSCopying> [])keys count:(NSUInteger)cnt;
/external/llvm-project/clang/test/SemaObjC/
Darc-dict-bridged-cast.m12 @protocol NSCopying @end protocol
15 - (id)objectForKeyedSubscript:(id<NSCopying>)key;
Dcomptypes-legal.m40 @protocol NSCopying @end protocol
42 - (void) Meth : (id <NSCopying>)aKey; // expected-note {{passing argument to parameter 'aKey' here}}
Dparameterized_classes_collection_literal.m13 @protocol NSCopying protocol
34 count:(NSUInteger)cnt;
Dobjc-dictionary-literal.m27 @protocol NSCopying @end protocol
32 …ionaryWithObjects:(const id [])objects forKeys:(const id <NSCopying> [])keys count:(NSUInteger)cnt;
Dignore-qualifier-on-qualified-id.m6 @protocol NSCopying @end protocol
Dwarn-assign-property-nscopying.m4 @protocol NSCopying @end protocol
Dproperty-missing.m5 @protocol NSCopying @end protocol
/external/clang/test/SemaObjC/
Darc-dict-bridged-cast.m12 @protocol NSCopying @end protocol
15 - (id)objectForKeyedSubscript:(id<NSCopying>)key;
Dcomptypes-legal.m40 @protocol NSCopying @end protocol
42 - (void) Meth : (id <NSCopying>)aKey; // expected-note {{passing argument to parameter 'aKey' here}}
Dobjc-dictionary-literal.m27 @protocol NSCopying @end protocol
32 …ionaryWithObjects:(const id [])objects forKeys:(const id <NSCopying> [])keys count:(NSUInteger)cnt;
Dignore-qualifier-on-qualified-id.m6 @protocol NSCopying @end protocol
Dwarn-assign-property-nscopying.m4 @protocol NSCopying @end protocol
Dproperty-missing.m5 @protocol NSCopying @end protocol
/external/clang/test/Rewriter/
Drewrite-modern-protocol-1.mm5 @protocol NSCopying @end protocol
/external/llvm-project/clang/test/Rewriter/
Drewrite-modern-protocol-1.mm5 @protocol NSCopying @end protocol
/external/clang/test/Analysis/
DNSContainers.m11 @protocol NSCopying protocol
76 + (id)dictionaryWithObject:(id)object forKey:(id <NSCopying>)key;
77 …ionaryWithObjects:(const id [])objects forKeys:(const id <NSCopying> [])keys count:(NSUInteger)cnt;
84 - (void)setObject:(id)anObject forKey:(id <NSCopying>)aKey;
218 - (NSString*) stringForKeyFE: (id<NSCopying>)key;
/external/llvm-project/clang/test/Analysis/
DNSContainers.m13 @protocol NSCopying protocol
78 + (id)dictionaryWithObject:(id)object forKey:(id <NSCopying>)key;
79 …ionaryWithObjects:(const id [])objects forKeys:(const id <NSCopying> [])keys count:(NSUInteger)cnt;
86 - (void)setObject:(id)anObject forKey:(id <NSCopying>)aKey;
220 - (NSString*) stringForKeyFE: (id<NSCopying>)key;
/external/llvm-project/clang/test/SemaObjCXX/
Dparameterized_classes.mm7 @protocol NSCopying protocol
/external/clang/test/SemaObjCXX/
Dparameterized_classes.mm7 @protocol NSCopying protocol
/external/clang/test/PCH/
Dobjc_kindof.m10 @protocol NSCopying protocol
/external/llvm-project/clang/test/PCH/
Dobjc_kindof.m10 @protocol NSCopying protocol

1234567