/llvm-project/clang/test/CodeGenObjC/ |
H A D | dot-syntax-2.m | 3 @interface NSDictionary @end interface 10 - (void)setMyDict:(NSDictionary *)myDict; 13 - (void)setMyLang:(NSDictionary *)myLang;
|
H A D | objc-literal-debugger-test.m | 17 @interface NSDictionary : NSObject interface
|
H A D | blocks-1.m | 30 @interface NSDictionary @end interface
|
H A D | getter-property-mismatch.m | 3 @interface NSDictionary @end interface
|
H A D | objc-dictionary-literal.m | 12 @interface NSDictionary interface
|
H A D | debug-info-blocks.m | 39 @interface NSDictionary : NSObject interface
|
/llvm-project/clang/test/ARCMT/ |
H A D | objcmt-subscripting-unavailable.m | 33 @interface NSDictionary : NSObject interface 36 @interface NSDictionary (NSDictionaryCreation) interface in NSDictionaryCreation 41 + (id)dictionaryWithDictionary:(NSDictionary *)dict; 46 - (id)initWithDictionary:(NSDictionary *)otherDictionary;
|
H A D | objcmt-instancetype-unnecessary-diff.m | 8 @interface NSDictionary interface
|
H A D | objcmt-subscripting-literals-in-arc.m | 51 @interface NSDictionary : NSObject interface 55 @interface NSDictionary (NSExtendedDictionary) interface in NSExtendedDictionary 59 @interface NSDictionary (NSDictionaryCreation) interface in NSDictionaryCreation 64 + (id)dictionaryWithDictionary:(NSDictionary *)dict; 69 - (id)initWithDictionary:(NSDictionary *)otherDictionary;
|
H A D | objcmt-subscripting-literals.m | 51 @interface NSDictionary : NSObject interface 55 @interface NSDictionary (NSExtendedDictionary) interface in NSExtendedDictionary 59 @interface NSDictionary (NSDictionaryCreation) interface in NSDictionaryCreation 64 + (id)dictionaryWithDictionary:(NSDictionary *)dict; 69 - (id)initWithDictionary:(NSDictionary *)otherDictionary;
|
H A D | objcmt-instancetype.m | 66 @interface NSDictionary : NSObject interface 70 @interface NSDictionary (NSDictionaryCreation) interface in NSDictionaryCreation 75 + (id)dictionaryWithDictionary:(NSDictionary *)dict; 80 - (id)initWithDictionary:(NSDictionary *)otherDictionary;
|
/llvm-project/clang/test/SemaObjCXX/ |
H A D | block-cleanup.mm | 10 @interface NSDictionary interface
|
H A D | missing-lhs-gun-extension.mm | 4 @interface NSDictionary interface
|
/llvm-project/clang/test/SemaObjC/ |
H A D | warn-assign-property-nscopying.m | 9 @interface NSDictionary : NSObject interface
|
H A D | cocoa-api-usage.m | 43 @interface NSDictionary : NSObject interface 47 @interface NSDictionary (NSDictionaryCreation) interface in NSDictionaryCreation 52 + (id)dictionaryWithDictionary:(NSDictionary *)dict; 57 - (id)initWithDictionary:(NSDictionary *)otherDictionary;
|
H A D | invalid-typename.m | 10 …opy NSDictionary /* NSString -> [NSString] */ *)truthPullers; // expected-error {{expected a type}}
|
H A D | nsobject-attribute-1.m | 21 @interface NSDictionary interface
|
H A D | objcbridgemutable-attribute.m | 13 @interface NSDictionary interface
|
H A D | property-8.m | 26 @interface NSDictionary : NSObject <NSCopying, NSMutableCopying, NSCoding, NSFastEnumeration> interface 33 …Path:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context;
|
H A D | arc-dict-bridged-cast.m | 13 @interface NSDictionary interface
|
/llvm-project/clang/test/Analysis/diagnostics/ |
H A D | macros.m | 5 @interface NSDictionary : NSObject interface
|
/llvm-project/lldb/test/API/lang/objc/objc-dynamic-value/ |
H A D | dynamic-value.m | 86 context: (void *) context; 114 {
|
/llvm-project/lldb/test/API/macosx/dyld-trie-symbols/ |
H A D | main.mm | 86 context: (void *) context; 114 {
|
/llvm-project/lldb/test/API/lang/objc/objc-stepping/ |
H A D | stepping-tests.m | 77 context: (void *) context; 105 {
|
/llvm-project/clang/test/Analysis/ |
H A D | objc-for.m | 27 @interface NSDictionary : NSObject <NSFastEnumeration> interface 33 @interface NSDictionary (SomeCategory) interface in SomeCategory
|