Home
last modified time | relevance | path

Searched defs:_NSRange (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/Rewriter/
Drewrite-constructor-init.mm7 typedef struct _NSRange { struct
8 NSUInteger location;
9 NSUInteger length;
10 } NSRange;
12 static __inline NSRange NSMakeRange(NSUInteger loc, NSUInteger len) {
19 void bar() {
Drewrite-modern-struct-ivar-1.mm7 typedef struct _NSRange { struct
15 } _NSRangeInfo; argument
38 …->bar.x) ? &( other ->_internal._singleRange._range) : ((NSRange *)(&(((_NSRangeInfo *)( other ->_… argument
/external/clang/test/SemaObjC/
Dgcc-cast-ext.m3 typedef struct _NSRange { } NSRange; struct
7 @interface PBXDocBookmark
Dmethod-conflict.m16 typedef struct _NSRange { struct
18 NSRange;
19 @interface NSValue (NSValueRangeExtensions) + (NSValue *)valueWithRange:(NSRange)range;
/external/clang/test/Analysis/
Ddelegates.m59 typedef struct _NSRange {} NSRange; argument
60 @interface NSArray : NSObject <NSCopying, NSMutableCopying, NSCoding, NSFastEnumeration>
Dmethod-arg-decay.m21 typedef struct _NSRange { struct
23 NSRange;
24 @interface NSValue (NSValueRangeExtensions) + (NSValue *)valueWithRange:(NSRange)range;
DNSString.m69 typedef struct _NSRange {} NSRange; argument
70 @interface NSArray : NSObject <NSCopying, NSMutableCopying, NSCoding, NSFastEnumeration>