Home
last modified time | relevance | path

Searched defs:API_AVAILABLE (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/FixIt/
H A Dfixit-availability-maccatalyst.m14 #define API_AVAILABLE(x) __attribute__((availability(__API_AVAILABLE_PLATFORM_##x))) macro
16 API_AVAILABLE(macos(10.12)) global() function
H A Dfixit-availability.mm121 #define API_AVAILABLE(x) __attribute__((availability(__API_AVAILABLE_PLATFORM_##x))) macro
123 API_AVAILABLE(macos(10.12)) global() function