Searched defs:DEPRECATED (Results 1 – 4 of 4) sorted by relevance
86 @interface DEPRECATED { interface93 @interface DEPRECATED (Category) // expected-warning {{warning: 'DEPRECATED' is deprecated}} interface in Category
163 public static final Error DEPRECATED = new Error(112, HIDDEN); field in Errors
51 #define DEPRECATED __attribute__ ((deprecated)) macro
748 #define DEPRECATED(n) \ macro