Home | History | Annotate | Download | only in clang-c

Lines Matching refs:Category

848    * \brief Display the category number associated with this diagnostic, if any.
850 * The category number is displayed within brackets after the diagnostic text.
852 * \c -fdiagnostics-show-category=id.
857 * \brief Display the category name associated with this diagnostic, if any.
859 * The category name is displayed within brackets after the diagnostic text.
861 * \c -fdiagnostics-show-category=name.
928 * \brief Retrieve the category number for this diagnostic.
932 * retrieves the category number for the given diagnostic.
934 * \returns The number of the category that contains this diagnostic, or zero
940 * \brief Retrieve the name of a particular diagnostic category. This
944 * \param Category A diagnostic category number, as returned by
947 * \returns The name of the given diagnostic category.
950 CXString clang_getDiagnosticCategoryName(unsigned Category);
953 * \brief Retrieve the diagnostic category text for a given diagnostic.
955 * \returns The text of the given diagnostic category.
1509 * the name of the memory category. This string should never be freed.
1515 /* \brief The memory usage category. */
1588 /** \brief An Objective-C \@interface for a category. */
1602 /** \brief An Objective-C \@implementation for a category. */
3749 * \brief Construct a USR for a specified Objective-C category.