Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaObjC/
H A 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
H A 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
H A Dspecial-dep-unavail-warning.m46 @interface DEPRECATED interface
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dmacro-usage.cpp42 #define DEPRECATED attribute((deprecated)) macro
/llvm-project/clang/test/ARCMT/
H A Dobjcmt-atomic-property.m9 #define DEPRECATED __attribute__((deprecated)) macro
170 - (BOOL) isinValid DEPRECATED; method
174 - (BOOL) getM DEPRECATED; method
176 - (id)xxxdelegateYYY DEPRECATED; method
H A Dobjcmt-ns-nonatomic-iosonly.m9 #define DEPRECATED __attribute__((deprecated)) macro
176 - (BOOL) isinValid DEPRECATED; method
180 - (BOOL) getM DEPRECATED; method
182 - (id)xxxdelegateYYY DEPRECATED; method
H A Dobjcmt-ns-macros.m20 #define DEPRECATED __attribute__((deprecated)) macro
131 typedef NSUInteger D_NSBitmapImageFileType DEPRECATED; typedef
136 } D_NSTickMarkPosition DEPRECATED; typedef
H A Dobjcmt-property.m9 #define DEPRECATED __attribute__((deprecated)) macro
172 - (BOOL) isinValid DEPRECATED; method
176 - (BOOL) getM DEPRECATED; method
178 - (id)xxxdelegateYYY DEPRECATED; method
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-trailing-return-type.cpp390 #define DEPRECATED __attribute__((deprecated)) macro
/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp474 CLAUSE_ALIAS(ALIAS,CLAUSE_NAME,DEPRECATED) Visit() argument
/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h870 CLAUSE_ALIAS(ALIAS_NAME,CLAUSE_NAME,DEPRECATED) Visit() argument
/llvm-project/clang/lib/AST/
H A DOpenACCClause.cpp107 CLAUSE_ALIAS(ALIAS_NAME,CLAUSE_NAME,DEPRECATED) children() argument