Home
last modified time | relevance | path

Searched defs:DEPRECATED (Results 1 – 25 of 43) sorted by relevance

12

/external/llvm-project/clang/test/SemaObjC/
Dattr-deprecated-replacement-fixit.m15 #define DEPRECATED(replacement) __attribute__((deprecated("message", replacement))) macro
98 - (void)freeFormText DEPRECATED("Use something else"); method
101 - (void)freeFormTextReplacementStartsAsMethod DEPRECATED("-Use something different"); method
104 - (void)replacementHasSingleSkipCharacter DEPRECATED("-"); method
Dattr-deprecated.m87 @interface DEPRECATED { interface
96 @interface DEPRECATED (Category) // no warning. interface in Category
100 @interface DEPRECATED (Category2) // no warning. interface in Category2
107 @implementation DEPRECATED (Category2) // no warning implementation in Category2
Dspecial-dep-unavail-warning.m48 @interface DEPRECATED interface
/external/clang/test/SemaObjC/
Dattr-deprecated.m87 @interface DEPRECATED { // expected-note 2 {{'DEPRECATED' has been explicitly marked deprecated her… interface
96 @interface DEPRECATED (Category) // no warning. interface in Category
100 @interface DEPRECATED (Category2) // no warning. interface in Category2
103 @implementation DEPRECATED (Category2) // expected-warning {{'DEPRECATED' is deprecated}} implementation in Category2
Dspecial-dep-unavail-warning.m48 @interface DEPRECATED // expected-note {{'DEPRECATED' has been explicitly marked deprecated here}} interface
/external/golang-protobuf/protoc-gen-go/testdata/deprecated/
Ddeprecated.proto63 DEPRECATED = 0 [deprecated=true]; enumerator
/external/desugar/java/com/google/devtools/common/options/
DOptionMetadataTag.java42 DEPRECATED(2), enumConstant
/external/llvm-project/clang/test/ARCMT/
Dobjcmt-atomic-property.m9 #define DEPRECATED __attribute__((deprecated)) macro
170 - (BOOL) isinValid DEPRECATED; method
174 - (BOOL) getM DEPRECATED; method
176 - (id)xxxdelegateYYY DEPRECATED; method
Dobjcmt-ns-nonatomic-iosonly.m9 #define DEPRECATED __attribute__((deprecated)) macro
177 - (BOOL) isinValid DEPRECATED; method
181 - (BOOL) getM DEPRECATED; method
183 - (id)xxxdelegateYYY DEPRECATED; method
Dobjcmt-property.m9 #define DEPRECATED __attribute__((deprecated)) macro
173 - (BOOL) isinValid DEPRECATED; method
177 - (BOOL) getM DEPRECATED; method
179 - (id)xxxdelegateYYY DEPRECATED; method
Dobjcmt-ns-macros.m20 #define DEPRECATED __attribute__((deprecated)) macro
131 typedef NSUInteger D_NSBitmapImageFileType DEPRECATED; typedef
136 } D_NSTickMarkPosition DEPRECATED; typedef
/external/clang/test/ARCMT/
Dobjcmt-ns-nonatomic-iosonly.m9 #define DEPRECATED __attribute__((deprecated)) macro
177 - (BOOL) isinValid DEPRECATED; method
181 - (BOOL) getM DEPRECATED; method
183 - (id)xxxdelegateYYY DEPRECATED; method
Dobjcmt-atomic-property.m9 #define DEPRECATED __attribute__((deprecated)) macro
170 - (BOOL) isinValid DEPRECATED; method
174 - (BOOL) getM DEPRECATED; method
176 - (id)xxxdelegateYYY DEPRECATED; method
Dobjcmt-property.m9 #define DEPRECATED __attribute__((deprecated)) macro
173 - (BOOL) isinValid DEPRECATED; method
177 - (BOOL) getM DEPRECATED; method
179 - (id)xxxdelegateYYY DEPRECATED; method
Dobjcmt-ns-macros.m20 #define DEPRECATED __attribute__((deprecated)) macro
131 typedef NSUInteger D_NSBitmapImageFileType DEPRECATED; typedef
136 } D_NSTickMarkPosition DEPRECATED; typedef
/external/turbine/java/com/google/turbine/bytecode/
DAttribute.java40 DEPRECATED("Deprecated"), enumConstant
225 Attribute DEPRECATED = field
/external/turbine/java/com/google/turbine/binder/sym/
DClassSymbol.java39 public static final ClassSymbol DEPRECATED = new ClassSymbol("java/lang/Deprecated"); field in ClassSymbol
/external/rust/crates/regex-syntax/src/unicode_tables/
Dproperty_bool.rs4089 pub const DEPRECATED: &'static [(char, char)] = &[ constant
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/javadoc/
DJavadocBlockTag.java49 DEPRECATED, enumConstant
/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/
DTestData.java41 enum AliasReason { DEPRECATED, OVERLONG, LEGACY, MACRO } enumConstant
/external/cldr/tools/java/org/unicode/cldr/util/
DDtdDataCheck.java32 static final Set<Row.R4<DtdType, String, String, String>> DEPRECATED = new LinkedHashSet<>(); field in DtdDataCheck
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-use-trailing-return-type.cpp390 #define DEPRECATED __attribute__((deprecated)) macro
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DGatherAPIDataOld.java485 private static final int DEPRECATED = 4; field in GatherAPIDataOld
/external/icu/android_icu4j/src/main/java/android/icu/util/
DRegion.java107 DEPRECATED, enumConstant
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DRegion.java110 DEPRECATED, enumConstant

12