Lines Matching full:categories
97 /// method was found in the class, its protocols, its super classes or categories.
98 /// It also returns 'true' if one of its categories has declared a 'readwrite' property.
113 // Also look into categories, including class extensions, looking
121 // Also search through the categories looking for a 'readwrite' declaration
123 // (properties declared in categories will not get auto-synthesized).
209 // Look through categories (but not extensions).
541 /// the class, its categories, and its super classes (using a linear search).
569 // Didn't find one yet - now look through categories.
962 // In categories look for overriden methods from protocols. A method from
993 // into other protocols or categories.
1310 /// categories for this class and returns it. Name of the category is passed
1351 /// has been implemented in IDecl class, its super class or categories (if
1413 // categories on error. This breaks an AST invariant, and should not be
1449 // Ivars can only appear in class extension categories.