Home | History | Annotate | Download | only in AST

Lines Matching refs:CatDecl

969     if (const ObjCCategoryDecl *CatDecl = dyn_cast<ObjCCategoryDecl>(Container))
970 if (CatDecl->IsClassExtension())
971 Container = CatDecl->getClassInterface();
1484 ObjCCategoryDecl *CatDecl = new (C) ObjCCategoryDecl(DC, AtLoc, ClassNameLoc,
1490 CatDecl->NextClassCategory = IDecl->getCategoryListRaw();
1492 IDecl->setCategoryListRaw(CatDecl);
1494 L->AddedObjCCategoryToInterface(CatDecl, IDecl);
1498 return CatDecl;