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

/external/clang/test/ARCMT/
H A DCommon.h22 typedef struct _NSZone NSZone; typedef in typeref:struct:_NSZone
32 - (NSZone *)zone NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-objc.h42 typedef struct _NSZone NSZone; typedef in typeref:struct:_NSZone
51 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone;
52 @end @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone;
56 + (id)allocWithZone:(NSZone *)zone;
63 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);

Completed in 186 milliseconds