Home | History | Annotate | Download | only in Sema

Lines Matching refs:CatDecl

4745   for (ObjCCategoryDecl *CatDecl = IFace->getCategoryList(); CatDecl;
4746 CatDecl = CatDecl->getNextClassCategory()) {
4747 AddObjCMethods(CatDecl, WantInstanceMethods, WantKind, SelIdents,
4753 = CatDecl->getReferencedProtocols();
4762 if (ObjCCategoryImplDecl *Impl = CatDecl->getImplementation())