Home
last modified time | relevance | path

Searched refs:NSRange (Results 1 – 25 of 42) sorted by relevance

12

/external/clang/test/SemaObjC/
Dgcc-cast-ext.m3 typedef struct _NSRange { } NSRange; typedef
20 + (id)bookmarkWithFileReference:(PBXFileReference *)fileRef gylphRange:(NSRange)range anchor:(NSStr…
22 NSRange r = (NSRange)range; argument
23 …return [[[self alloc] initWithFileReference:fileRef gylphRange:(NSRange)range anchor:(NSString *)h…
Dmethod-conflict.m18 NSRange; typedef
19 @interface NSValue (NSValueRangeExtensions) + (NSValue *)valueWithRange:(NSRange)range; argument
21 …AttributedString : NSAttributedString - (void)replaceCharactersInRange:(NSRange)range withString:… argument
Dobjc-boxed-expressions-nsvalue.m31 } NSRange;
75 NSRange ns_range;
Dinterface-scope-2.m28 NSRange; typedef
33 - (void)replaceCharactersInRange:(NSRange)range withString:(NSString *)aString; argument
/external/antlr/runtime/ObjC/Framework/
DMismatchedRangeException.h34 NSRange range;
37 @property (assign) NSRange range;
39 + (id) newException:(NSRange) aRange stream:(id<IntStream>) theInput;
40 - (id) initWithRange:(NSRange) aRange stream:(id<IntStream>) theInput;
DCommonTokenStream.h78 - (NSArray *) tokensInRange:(NSRange)aRange;
79 - (NSArray *) tokensInRange:(NSRange)aRange inBitSet:(ANTLRBitSet *)aBitSet;
80 - (NSArray *) tokensInRange:(NSRange)aRange withTypes:(NSArray *)tokenTypes;
81 - (NSArray *) tokensInRange:(NSRange)aRange withType:(NSInteger)tokenType;
DMismatchedRangeException.m35 + (id) newException:(NSRange) aRange stream:(id<IntStream>) theInput
40 - (id) initWithRange:(NSRange) aRange stream:(id<IntStream>) theInput argument
DCommonTokenStream.m236 - (NSArray *) tokensInRange:(NSRange)aRange
248 - (NSArray *) tokensInRange:(NSRange)aRange inBitSet:(ANTLRBitSet *)aBitSet argument
274 - (NSArray *) tokensInRange:(NSRange)aRange withTypes:(NSArray *)tokenTypes
282 - (NSArray *) tokensInRange:(NSRange)aRange withType:(NSInteger)tokenType argument
DCharStream.h38 - (NSString *) substringWithRange:(NSRange) theRange;
DANTLRStringStream.h87 - (NSString *) substringWithRange:(NSRange) theRange;
DUnbufferedCommonTreeNodeStream.m169 - (NSString *) toStringWithRange:(NSRange) aRange
281 NSRange headRange = NSMakeRange(head, [lookahead count]-head);
282 NSRange tailRange = NSMakeRange(0, tail);
/external/clang/test/Rewriter/
Drewrite-constructor-init.mm10 } NSRange; typedef
12 static __inline NSRange NSMakeRange(NSUInteger loc, NSUInteger len) {
13 NSRange r;
20 __block NSRange previousRange = NSMakeRange(0, 0);
Drewrite-modern-struct-ivar-1.mm10 } NSRange; typedef
14 NSRange _ranges[0];
25 NSRange _range;
38 …ange = (( other ->bar.x) ? &( other ->_internal._singleRange._range) : ((NSRange *)(&(((_NSRangeIn…
Dobjc-modern-StretAPI-2.mm12 } NSRange;
16 - (NSRange)rangeAtIndex:(NSUInteger)rangeIndex;
26 NSRange range = [iset rangeAtIndex:ridx];
/external/libchrome/ui/gfx/range/
Drange.h22 typedef struct _NSRange NSRange; typedef
50 explicit Range(const NSRange& range);
114 Range& operator=(const NSRange& range);
118 NSRange ToNSRange() const;
/external/clang/test/CodeGenObjC/Inputs/
Dnsvalue-boxed-expressions-support.h12 } NSRange; typedef
61 NSRange getRange();
/external/swiftshader/third_party/LLVM/test/Transforms/LoopRotate/
Dcrash.ll101 %struct.NSRange = type { i64, i64 }
112 … %struct.NSRange null( %struct.NSObject* null, %struct._message_ref_t* @"\01L_OBJC_MESSAGE_REF_26"…
116 %mrv_gr125 = extractvalue %struct.NSRange %tmp123, 1 ; <i64> [#uses=0]
/external/clang/test/Analysis/
Duninit-ps-rdar6145427.m20 typedef struct _NSPoint {} NSRange; typedef
22 + (NSValue *)valueWithRange:(NSRange)range; argument
Dmethod-arg-decay.m23 NSRange; typedef
24 @interface NSValue (NSValueRangeExtensions) + (NSValue *)valueWithRange:(NSRange)range; argument
62 …tring (StringUtilities) - (NSString *) trimToLength:(NSInteger)length preserveRange:(NSRange)range; argument
Ddelegates.m59 typedef struct _NSRange {} NSRange; typedef
73 …Result)compare:(NSString *)string options:(NSStringCompareOptions)mask range:(NSRange)compareRange; argument
74 …t)compare:(NSString *)string options:(NSStringCompareOptions)mask range:(NSRange)compareRange loca… argument
DNSString.m69 typedef struct _NSRange {} NSRange; typedef
83 …Result)compare:(NSString *)string options:(NSStringCompareOptions)mask range:(NSRange)compareRange; argument
84 …t)compare:(NSString *)string options:(NSStringCompareOptions)mask range:(NSRange)compareRange loca… argument
112 NSComparisonResult f4(NSString* s, NSStringCompareOptions op, NSRange R) {
117 NSComparisonResult f5(NSString* s, NSStringCompareOptions op, NSRange R) {
Ddead-stores.m15 typedef struct _NSPoint {} NSRange; typedef
16 @interface NSValue (NSValueRangeExtensions) + (NSValue *)valueWithRange:(NSRange)range; argument
/external/llvm/test/Transforms/LoopRotate/
Dcrash.ll101 %struct.NSRange = type { i64, i64 }
112 … %struct.NSRange null( %struct.NSObject* null, %struct._message_ref_t* @"\01L_OBJC_MESSAGE_REF_26"…
116 %mrv_gr125 = extractvalue %struct.NSRange %tmp123, 1 ; <i64> [#uses=0]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopRotate/
Dcrash.ll101 %struct.NSRange = type { i64, i64 }
112 … %struct.NSRange null( %struct.NSObject* null, %struct._message_ref_t* @"\01L_OBJC_MESSAGE_REF_26"…
116 %mrv_gr125 = extractvalue %struct.NSRange %tmp123, 1 ; <i64> [#uses=0]
/external/clang/test/SemaObjCXX/
Dobjc-boxed-expressions-nsvalue.mm31 } NSRange;
77 NSRange ns_range;

12