Home | History | Annotate | Download | only in AST

Lines Matching refs:CatDecl

1108     if (const ObjCCategoryDecl *CatDecl = dyn_cast<ObjCCategoryDecl>(Container))
1109 if (CatDecl->IsClassExtension())
1110 Container = CatDecl->getClassInterface();
1659 ObjCCategoryDecl *CatDecl =
1664 CatDecl->NextClassCategory = IDecl->getCategoryListRaw();
1666 IDecl->setCategoryListRaw(CatDecl);
1668 L->AddedObjCCategoryToInterface(CatDecl, IDecl);
1672 return CatDecl;