Home | History | Annotate | Download | only in Sema

Lines Matching defs:Category

817   // Find the class or category class where this property must have
899 ObjCCategoryDecl *Category =
902 // If category for this implementation not found, it is an error which
904 if (!Category)
906 // Look for this property declaration in @implementation's category
907 property = Category->FindPropertyDeclaration(PropertyId);
910 << Category->getDeclName();
1655 // or category.
1720 // Report unimplemented properties in the category as well.
1723 // setter/getter is implemented in category's primary class