Lines Matching refs:ObjCCategoryImplDecl
133 else if (ObjCCategoryImplDecl *CatImpl
134 = dyn_cast<ObjCCategoryImplDecl>(DC))
1794 /// category implementation declaration and build an ObjCCategoryImplDecl
1815 ObjCCategoryImplDecl *CDecl =
1816 ObjCCategoryImplDecl::Create(Context, CurContext, CatName, IDecl,
2801 ObjCCategoryImplDecl *CatIMPDecl) {
2888 if (ObjCCategoryImplDecl *CatDecl =
2889 dyn_cast<ObjCCategoryImplDecl>(IMPDecl))
3715 } else if (ObjCCategoryImplDecl* CatImplClass =
3716 dyn_cast<ObjCCategoryImplDecl>(ClassDecl)) {
3879 void searchFrom(ObjCCategoryImplDecl *impl) {
3986 !isa<ObjCCategoryImplDecl>(overridden->getDeclContext())) {
4270 if (isa<ObjCCategoryImplDecl>(ImpDecl) && IMD->isOverriding() &&
4299 else if (ObjCCategoryImplDecl *CatImpl
4300 = dyn_cast<ObjCCategoryImplDecl>(ClassDecl))