Lines Matching refs:ObjCCategoryImplDecl
156 else if (ObjCCategoryImplDecl *CatImpl in CheckObjCMethodOverride()
157 = dyn_cast<ObjCCategoryImplDecl>(DC)) in CheckObjCMethodOverride()
1916 ObjCCategoryImplDecl *Sema::ActOnStartCategoryImplementation( in ActOnStartCategoryImplementation()
1935 ObjCCategoryImplDecl *CDecl = in ActOnStartCategoryImplementation()
1936 ObjCCategoryImplDecl::Create(Context, CurContext, CatName, IDecl, in ActOnStartCategoryImplementation()
2943 ObjCCategoryImplDecl *CatIMPDecl) { in CheckCategoryVsClassMethodMatches()
3030 if (ObjCCategoryImplDecl *CatDecl = in ImplMethodsVsClassMethods()
3031 dyn_cast<ObjCCategoryImplDecl>(IMPDecl)) in ImplMethodsVsClassMethods()
4180 } else if (ObjCCategoryImplDecl* CatImplClass = in ActOnAtEnd()
4181 dyn_cast<ObjCCategoryImplDecl>(ClassDecl)) { in ActOnAtEnd()
4357 void searchFrom(const ObjCCategoryImplDecl *impl) { in searchFrom()
4480 !isa<ObjCCategoryImplDecl>(overridden->getDeclContext())) { in CheckObjCMethodOverrides()
4918 if (isa<ObjCCategoryImplDecl>(ImpDecl)) in ActOnMethodDeclaration()
4947 if (isa<ObjCCategoryImplDecl>(ImpDecl) && IMD->isOverriding() && in ActOnMethodDeclaration()
5008 else if (ObjCCategoryImplDecl *CatImpl in ActOnMethodDeclaration()
5009 = dyn_cast<ObjCCategoryImplDecl>(ClassDecl)) in ActOnMethodDeclaration()