Lines Matching refs:category
744 // Get the local instance/class method declared in a category.
931 /// This class template is used for the various permutations of category
976 /// \brief Test whether the given category is visible.
1004 /// \brief Test whether the given category... is a category.
1031 /// \brief Test whether the given category is a visible extension.
1059 /// \brief Test whether the given category is an extension.
1085 /// \brief Retrieve the raw pointer to the start of the category/extension
1098 /// \brief Set the raw pointer to the start of the category/extension
1100 void setCategoryListRaw(ObjCCategoryDecl *category) {
1101 data().CategoryList = category;
1165 /// including in all categories except for category passed
1533 /// ObjCCategoryDecl - Represents a category declaration. A category allows
1553 /// Interface belonging to this category
1556 /// referenced protocols in this category.
1559 /// Next category belonging to this class.
1563 /// \brief The location of the category name in this declaration.
1624 /// \brief Retrieve the pointer to the next stored category (or extension),
1664 /// Class interface for this class/category implementation
1712 /// ObjCCategoryImplDecl - An object of this class encapsulates a category
1713 /// \@implementation declaration. If a category class has declaration of a
1714 /// property, its implementation must be specified in the category's
1717 /// \@interface I(CATEGORY)
1720 /// \@implementation I(CATEGORY)
1728 // Category name
1731 // Category name location
1749 /// getIdentifier - Get the identifier that names the category
1756 /// returns the category name.
2159 /// in a class or category implementation block. For example: