Home
last modified time | relevance | path

Searched defs:NSCoder (Results 1 – 25 of 52) sorted by relevance

123

/llvm-project/clang/test/Analysis/
H A Dsuperclass.m17 @interface NSCoder : NSObject {} interface
42 - (void)restoreStateWithCoder:(NSCoder *)coder;
43 - (void)encodeRestorableStateWithCoder:(NSCoder *)coder;
46 - (void)restoreStateWithCoder:(NSCoder *)coder;
47 - (void)encodeRestorableStateWithCoder:(NSCoder *)coder;
68 - (void)restoreStateWithCoder:(NSCoder *)coder {}
69 - (void)encodeRestorableStateWithCoder:(NSCoder *)coder {}
200 - (void)restoreStateWithCoder:(NSCoder *)coder {
202 - (void)encodeRestorableStateWithCoder:(NSCoder *)coder {
211 - (void)restoreStateWithCoder:(NSCoder *)coder {
[all …]
H A Dsecurity-syntax-checks-nscoder.m22 @interface NSCoder interface
H A Drdar-6562655.m15 @end @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder;
56 - (void)encodeWithCoder:(NSCoder *)coder {}
H A Dpr_2542_rdar_6793404.m18 - (void)encodeWithCoder:(NSCoder *)aCoder;
H A Duninit-ps-rdar6145427.m12 @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder; @end
H A DanalyzeOneFunction.m9 @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder; @end
H A Dobjc-arc.m18 - (void)encodeWithCoder:(NSCoder *)aCoder;
22 @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder;
H A Dmisc-ps-eager-assume.m13 @end @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder;
H A DPR3991.m14 @end @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder;
H A Dautoreleasewritechecker_test.m17 typedef int NSCoder; typedef
21 @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder; @end
H A DCFRetainRelease_NSAssertionHandler.m13 @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder; @end
H A DCheckNSError.m13 @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder; @end
H A DNSWindow.m14 @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder;
/llvm-project/clang/test/CodeGenObjCXX/
H A Dpr14474-gline-tables-only.mm11 @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder; argument
/llvm-project/clang/test/SemaObjC/
H A Dtry-catch.m16 - (void)encodeWithCoder:(NSCoder *)aCoder; argument
H A Dcompatible-protocol-qualified-types.m11 - (void)encodeWithCoder:(NSCoder *)aCoder;
H A Dprops-on-prots.m11 - (void) encodeWithCoder:(NSCoder *) aCoder;
H A Dcompare-qualified-id.m10 @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder; @end
H A Divar-access-tests.m87 encodeWithCoder:(NSCoder*) global() argument
H A Dproperty-6.m25 - (void)encodeWithCoder:(NSCoder *)aCoder;
H A Dproperty-9-impl-method.m12 - (void) encodeWithCoder:(NSCoder *) aCoder;
H A Dcomptypes-9.m24 - (void)encodeWithCoder:(NSCoder *)aCoder;
H A Dsuper-cat-prot.m7 @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder; @end
H A Dproperty-8.m12 @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder; @end
H A Dtypedef-class.m10 @protocol NSCoding - (void) encodeWithCoder:(NSCoder *) aCoder; @end

123