Lines Matching refs:ObjCCategoryImplDecl
133 else if (ObjCCategoryImplDecl *CatImpl in CheckObjCMethodOverride()
134 = dyn_cast<ObjCCategoryImplDecl>(DC)) in CheckObjCMethodOverride()
1815 ObjCCategoryImplDecl *CDecl = in ActOnStartCategoryImplementation()
1816 ObjCCategoryImplDecl::Create(Context, CurContext, CatName, IDecl, in ActOnStartCategoryImplementation()
2801 ObjCCategoryImplDecl *CatIMPDecl) { in CheckCategoryVsClassMethodMatches()
2888 if (ObjCCategoryImplDecl *CatDecl = in ImplMethodsVsClassMethods()
2889 dyn_cast<ObjCCategoryImplDecl>(IMPDecl)) in ImplMethodsVsClassMethods()
3715 } else if (ObjCCategoryImplDecl* CatImplClass = in ActOnAtEnd()
3716 dyn_cast<ObjCCategoryImplDecl>(ClassDecl)) { in ActOnAtEnd()
3879 void searchFrom(ObjCCategoryImplDecl *impl) { in searchFrom()
3986 !isa<ObjCCategoryImplDecl>(overridden->getDeclContext())) { in CheckObjCMethodOverrides()
4270 if (isa<ObjCCategoryImplDecl>(ImpDecl) && IMD->isOverriding() && in ActOnMethodDeclaration()
4299 else if (ObjCCategoryImplDecl *CatImpl in ActOnMethodDeclaration()
4300 = dyn_cast<ObjCCategoryImplDecl>(ClassDecl)) in ActOnMethodDeclaration()