Home | History | Annotate | Download | only in Sema

Lines Matching defs:Category

811   // Find the class or category class where this property must have
895 ObjCCategoryDecl *Category =
898 // If category for this implementation not found, it is an error which
900 if (!Category)
902 // Look for this property declaration in @implementation's category
903 property = Category->FindPropertyDeclaration(PropertyId);
906 << Category->getDeclName();
1379 /// the same property declared in the class or category.
1385 // Category case.
1387 // FIXME: We should perform this check when the property in the category
1444 // through the category list to see if the property's
1665 // or category.