Searched defs:DEPRECATED (Results 1 – 11 of 11) sorted by relevance
87 @interface DEPRECATED { // expected-note 2 {{'DEPRECATED' has been explicitly marked deprecated her… interface96 @interface DEPRECATED (Category) // no warning. interface in Category100 @interface DEPRECATED (Category2) // no warning. interface in Category2103 @implementation DEPRECATED (Category2) // expected-warning {{'DEPRECATED' is deprecated}} implementation in Category2
48 @interface DEPRECATED // expected-note {{'DEPRECATED' has been explicitly marked deprecated here}} interface
11 #define DEPRECATED __attribute__((deprecated)) macro122 typedef NSUInteger D_NSBitmapImageFileType DEPRECATED; typedef127 } D_NSTickMarkPosition DEPRECATED; typedef
9 #define DEPRECATED __attribute__((deprecated)) macro177 - (BOOL) isinValid DEPRECATED; method181 - (BOOL) getM DEPRECATED; method183 - (id)xxxdelegateYYY DEPRECATED; method
9 #define DEPRECATED __attribute__((deprecated)) macro170 - (BOOL) isinValid DEPRECATED; method174 - (BOOL) getM DEPRECATED; method176 - (id)xxxdelegateYYY DEPRECATED; method
9 #define DEPRECATED __attribute__((deprecated)) macro173 - (BOOL) isinValid DEPRECATED; method177 - (BOOL) getM DEPRECATED; method179 - (id)xxxdelegateYYY DEPRECATED; method
165 public static final Error DEPRECATED = new Error(112, HIDDEN); field in Errors
52 #define DEPRECATED __attribute__ ((deprecated)) macro
748 #define DEPRECATED(n) \ macro