Searched refs:API_AVAILABLE (Results 1 – 6 of 6) sorted by relevance
13 #define API_AVAILABLE(...) macro
198 * SDKs for 10.13 and 10.14 omit the definitions for API_AVAILABLE where213 " #define API_AVAILABLE(...)\n"
1490 Starting with the macOS 10.12 SDK, the ``API_AVAILABLE`` macro from1496 - (id)method API_AVAILABLE(macos(10.11)));1497 - (id)otherMethod API_AVAILABLE(macos(10.11), ios(11.0));
1675 API_AVAILABLE(macos(10.12)) void my_fun(NSSomeClass* var) {