Lines Matching full:availability
121 * \brief Describes the availability of a particular entity, which indicates
2510 * \brief Determine the availability of the entity that this cursor refers to,
2515 * \returns The availability of the cursor.
2521 * Describes the availability of a given entity on a particular platform, e.g.,
2527 * provides availability information.
2558 * \brief Determine the availability of the entity that this cursor refers to
2559 * on any platforms for which availability information is known.
2577 * \param availability If non-NULL, an array of CXPlatformAvailability instances
2578 * that will be populated with platform availability information, up to either
2579 * the number of platforms for which availability information is available (as
2583 * \c availability array.
2585 * \returns The number of platforms (N) for which availability information is
2590 * platform-availability structures returned. There are
2599 CXPlatformAvailability *availability,
2606 clang_disposeCXPlatformAvailability(CXPlatformAvailability *availability);
4596 * \brief Determine the availability of the entity that this code-completion
4601 * \returns The availability of the completion string.