Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/FixIt/
Dfixit-availability.mm121 #define API_AVAILABLE(X) __attribute__((availability(macos, introduced=10.12))) // dummy macro macro
123 API_AVAILABLE(macos(10.12)) function