Searched refs:AllDeprecatedCase (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | attr-availability.c | 101 AllDeprecatedCase, enumerator 118 UserAD = AllDeprecatedCase, // expected-warning {{deprecated}} 119 UserADDeprecated __attribute__((availability(macosx, deprecated=10.2))) = AllDeprecatedCase, 120 UserADUnavailable __attribute__((availability(macosx, unavailable))) = AllDeprecatedCase, 140 UserDeprecatedAD = AllDeprecatedCase, 141 …rDeprecatedADDeprecated __attribute__((availability(macosx, deprecated=10.2))) = AllDeprecatedCase, 142 …UserDeprecatedADUnavailable __attribute__((availability(macosx, unavailable))) = AllDeprecatedCase, 162 UserUnavailableAD = AllDeprecatedCase, 163 …UnavailableADDeprecated __attribute__((availability(macosx, deprecated=10.2))) = AllDeprecatedCase, 164 …serUnavailableADUnavailable __attribute__((availability(macosx, unavailable))) = AllDeprecatedCase,
|