Lines Matching refs:ObjCCategoryImplDecl
156 else if (ObjCCategoryImplDecl *CatImpl in CheckObjCMethodOverride()
157 = dyn_cast<ObjCCategoryImplDecl>(DC)) in CheckObjCMethodOverride()
1918 ObjCCategoryImplDecl *CDecl = in ActOnStartCategoryImplementation()
1919 ObjCCategoryImplDecl::Create(Context, CurContext, CatName, IDecl, in ActOnStartCategoryImplementation()
2928 ObjCCategoryImplDecl *CatIMPDecl) { in CheckCategoryVsClassMethodMatches()
3015 if (ObjCCategoryImplDecl *CatDecl = in ImplMethodsVsClassMethods()
3016 dyn_cast<ObjCCategoryImplDecl>(IMPDecl)) in ImplMethodsVsClassMethods()
4164 } else if (ObjCCategoryImplDecl* CatImplClass = in ActOnAtEnd()
4165 dyn_cast<ObjCCategoryImplDecl>(ClassDecl)) { in ActOnAtEnd()
4341 void searchFrom(const ObjCCategoryImplDecl *impl) { in searchFrom()
4460 !isa<ObjCCategoryImplDecl>(overridden->getDeclContext())) { in CheckObjCMethodOverrides()
4898 if (isa<ObjCCategoryImplDecl>(ImpDecl)) in ActOnMethodDeclaration()
4927 if (isa<ObjCCategoryImplDecl>(ImpDecl) && IMD->isOverriding() && in ActOnMethodDeclaration()
4988 else if (ObjCCategoryImplDecl *CatImpl in ActOnMethodDeclaration()
4989 = dyn_cast<ObjCCategoryImplDecl>(ClassDecl)) in ActOnMethodDeclaration()