Searched defs:NSString (Results 1 - 1 of 1) sorted by path

/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-objc.h40 @class NSString, Protocol;
41 extern void NSLog(NSString *format, ...) __attribute__((format(__NSString__, 1, 2)));
43 @class NSInvocation, NSMethodSignature, NSCoder, NSString, NSEnumerator; variable in typeref:class:
68 @end @class NSString, NSDictionary;
75 @end @class NSString;
81 @end extern NSString * const NSBundleDidLoadNotification;
86 @interface NSString : NSObject <NSCopying, NSMutableCopying, NSCoding>
88 - (NSString *)stringByAppendingString:(NSString *)aString;
96 + (id)stringWithString:(NSString *)strin
[all...]

Completed in 195 milliseconds