/llvm-project/clang/test/SemaObjC/ |
H A D | parameterized_classes_collection_literal.m | 5 typedef unsigned long NSUInteger; typedef 7 typedef unsigned int NSUInteger; typedef 28 + (instancetype)arrayWithObjects:(const T [])objects count:(NSUInteger)cnt; argument 34 count:(NSUInteger)cnt; argument
|
H A D | objc-array-literal.m | 5 typedef unsigned long NSUInteger; typedef 7 typedef unsigned int NSUInteger; typedef 30 - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id [])buffer cou… argument 39 + (id)arrayWithObjects:(const id [])objects count:(NSUInteger)cnt; argument
|
H A D | sign-conversion.m | 3 typedef unsigned int NSUInteger; typedef 17 - (id)objectAtIndex:(NSUInteger)index; argument 18 - (id)objectAtIndexedSubscript:(NSUInteger)index; argument
|
H A D | circular-container.m | 3 typedef long int NSUInteger; typedef 10 - (void)insertObject:(id)object atIndex:(NSUInteger)index; argument 11 - (void)replaceObjectAtIndex:(NSUInteger)index withObject:(id)object; argument 12 - (void)setObject:(id)object atIndexedSubscript:(NSUInteger)index; argument 37 - (void)insertObject:(id)object atIndex:(NSUInteger)index; argument 38 - (void)setObject:(id)object atIndexedSubscript:(NSUInteger)index; argument 39 - (void)replaceObjectAtIndex:(NSUInteger)index withObject:(id)object; argument 40 - (void)setObject:(id)object atIndex:(NSUInteger)index; argument
|
H A D | format-size-spec-nsinteger.m | 11 typedef unsigned long NSUInteger; typedef 15 typedef unsigned int NSUInteger; typedef
|
H A D | objc-literal-nsnumber.m | 4 typedef unsigned long NSUInteger; typedef 7 typedef unsigned int NSUInteger; typedef 46 + (NSNumber *)numberWithUnsignedInteger:(NSUInteger)value ; argument 87 …tionaryWithObjects:(const id [])objects forKeys:(const id<NSCopying> [])keys count:(NSUInteger)cnt; argument
|
H A D | typo-correction-arc.m | 3 typedef unsigned long NSUInteger; typedef 8 - (instancetype)initWithObjects:(const id[])objects count:(NSUInteger)count; argument
|
H A D | comptypes-9.m | 7 typedef unsigned int NSUInteger; typedef 35 - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf co… argument 42 - (id)objectAtIndex:(NSUInteger)index; argument
|
/llvm-project/clang/test/ARCMT/ |
H A D | objcmt-instancetype-2.m | 6 typedef unsigned int NSUInteger; typedef 43 + (id)stringWithCapacity:(NSUInteger)capacity; argument 47 + (id)dataWithCapacity:(NSUInteger)aNumItems; argument 48 + (id)dataWithLength:(NSUInteger)length; argument 74 + (id)dateWithYear:(NSInteger)year month:(NSUInteger)month day:(NSUInteger)day hour:(NSUInteger)hou… argument
|
/llvm-project/clang/test/Analysis/ |
H A D | test-objc-non-nil-return-value-checker.m | 3 typedef unsigned int NSUInteger; typedef 23 - (id)objectAtIndexedSubscript:(NSUInteger)idx; argument 27 - (void)replaceObjectAtIndex:(NSUInteger)index withObject:(id)anObject; argument 33 - (id)objectAtIndexedSubscript:(NSUInteger)idx; argument
|
H A D | security-syntax-checks-nscoder.m | 20 typedef unsigned long NSUInteger; typedef 27 size:(NSUInteger)size; argument
|
H A D | call-and-message.m | 25 typedef unsigned int NSUInteger; typedef 48 - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf co… argument 100 typedef unsigned int NSUInteger; typedef 103 - (void)setObject:(id)obj atIndexedSubscript:(NSUInteger)index; argument 104 - (id)objectAtIndexedSubscript:(NSUInteger)index; argument
|
H A D | objc-subscript.m | 4 typedef unsigned int NSUInteger; typedef 15 - (void)setObject:(id)obj atIndexedSubscript:(NSUInteger)index; argument 16 - (id)objectAtIndexedSubscript:(NSUInteger)index; argument
|
H A D | DynamicTypePropagation.m | 11 typedef unsigned long NSUInteger; typedef 29 - (ObjectType)getObjAtIndex:(NSUInteger)idx; argument 30 - (ObjectType)objectAtIndexedSubscript:(NSUInteger)idx; argument
|
H A D | NSContainers.m | 10 typedef unsigned long NSUInteger; typedef 43 - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id __unsafe_unre… argument 48 - (id)objectAtIndex:(NSUInteger)index; argument 57 + (instancetype)arrayWithObjects:(const id [])objects count:(NSUInteger)cnt; argument 63 - (void)insertObject:(id)anObject atIndex:(NSUInteger)index; argument 65 - (void)removeObjectAtIndex:(NSUInteger)index; argument 66 - (void)replaceObjectAtIndex:(NSUInteger)index withObject:(id)anObject; argument 82 …ionaryWithObjects:(const id [])objects forKeys:(const id <NSCopying> [])keys count:(NSUInteger)cnt; argument
|
H A D | NSWindow.m | 8 typedef unsigned int NSUInteger; typedef 38 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreT… argument 39 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreT… argument
|
/llvm-project/clang/test/Analysis/inlining/ |
H A D | path-notes.m | 20 typedef unsigned long NSUInteger; typedef 49 - (id)objectAtIndex:(NSUInteger)index; argument 59 + (instancetype)arrayWithObjects:(const id [])objects count:(NSUInteger)cnt; argument 65 - (void)insertObject:(id)anObject atIndex:(NSUInteger)index; argument 67 - (void)removeObjectAtIndex:(NSUInteger)index; argument 68 - (void)replaceObjectAtIndex:(NSUInteger)index withObject:(id)anObject; argument
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | arc-compound-stmt.m | 3 typedef unsigned long NSUInteger; typedef 7 - (NSString *)substringFromIndex:(NSUInteger)from; argument
|
H A D | objc-dictionary-literal.m | 10 typedef unsigned long NSUInteger; typedef 13 …ionaryWithObjects:(const id [])objects forKeys:(const id <NSCopying> [])keys count:(NSUInteger)cnt; argument
|
H A D | objc-literal-tests.m | 13 typedef unsigned long NSUInteger; typedef 16 typedef unsigned int NSUInteger; typedef 39 + (NSNumber *)numberWithUnsignedInteger:(NSUInteger)value ; argument 49 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(NSUInteger)cnt; argument
|
H A D | 2007-10-23-GC-WriteBarrier.m | 3 typedef unsigned int NSUInteger; typedef
|
/llvm-project/clang/test/FixIt/ |
H A D | format-darwin-enum-class.cpp | 9 typedef unsigned long NSUInteger; typedef 13 typedef unsigned int NSUInteger; typedef
|
H A D | fixit-format-darwin.m | 13 typedef unsigned long NSUInteger; typedef 17 typedef unsigned int NSUInteger; typedef
|
/llvm-project/clang/test/Index/ |
H A D | annotate-comments-typedef.m | 11 typedef unsigned int NSUInteger; typedef 14 typedef enum : NSUInteger { enum
|
/llvm-project/clang/test/Rewriter/ |
H A D | rewrite-modern-container-literal.mm | 5 typedef unsigned long NSUInteger; typedef 24 + (NSNumber *)numberWithUnsignedInteger:(NSUInteger)value ; argument 30 …ionaryWithObjects:(const id [])objects forKeys:(const id <NSCopying> [])keys count:(NSUInteger)cnt; argument 34 + (id)arrayWithObjects:(const id [])objects count:(NSUInteger)cnt; argument
|