Searched defs:NSZone (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/ARCMT/
H A DCommon.h21 typedef struct _NSZone NSZone; typedef in typeref:struct:_NSZone
31 - (NSZone *)zone NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
/external/clang/test/Analysis/
H A Dsystem-header-simulator-objc.h37 typedef struct _NSZone NSZone; typedef in typeref:struct:_NSZone
46 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone;
47 @end @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone;
51 + (id)allocWithZone:(NSZone *)zone;
58 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);

Completed in 57 milliseconds