Home | History | Annotate | Download | only in Sema

Lines Matching refs:Category

399   if (auto Category = dyn_cast<ObjCCategoryDecl>(OldDC))
400 OldContextName = Category->getClassInterface()->getIdentifier();
871 auto Category = dyn_cast<ObjCCategoryDecl>(Prop->getDeclContext());
872 if (!Category || !Category->IsClassExtension()) return false;
875 auto OrigClass = Category->getClassInterface();
917 // Find the class or category class where this property must have
1003 ObjCCategoryDecl *Category =
1006 // If category for this implementation not found, it is an error which
1008 if (!Category)
1010 // Look for this property declaration in @implementation's category
1011 property = Category->FindPropertyDeclaration(PropertyId, QueryKind);
1014 << Category->getDeclName();
1816 // or category.
1885 // Report unimplemented properties in the category as well.
1888 // setter/getter is implemented in category's primary class