Lines Matching refs:ObjCCategoryImplDecl
132 else if (ObjCCategoryImplDecl *CatImpl in CheckObjCMethodOverride()
133 = dyn_cast<ObjCCategoryImplDecl>(DC)) in CheckObjCMethodOverride()
970 ObjCCategoryImplDecl *CDecl = in ActOnStartCategoryImplementation()
971 ObjCCategoryImplDecl::Create(Context, CurContext, CatName, IDecl, in ActOnStartCategoryImplementation()
1909 ObjCCategoryImplDecl *CatIMPDecl) { in CheckCategoryVsClassMethodMatches()
1979 if (ObjCCategoryImplDecl *CatDecl = in ImplMethodsVsClassMethods()
1980 dyn_cast<ObjCCategoryImplDecl>(IMPDecl)) in ImplMethodsVsClassMethods()
2766 } else if (ObjCCategoryImplDecl* CatImplClass = in ActOnAtEnd()
2767 dyn_cast<ObjCCategoryImplDecl>(ClassDecl)) { in ActOnAtEnd()
2931 void searchFrom(ObjCCategoryImplDecl *impl) { in searchFrom()
3039 !isa<ObjCCategoryImplDecl>(overridden->getDeclContext())) { in CheckObjCMethodOverrides()
3240 if (isa<ObjCCategoryImplDecl>(ImpDecl)) { in ActOnMethodDeclaration()
3269 else if (ObjCCategoryImplDecl *CatImpl in ActOnMethodDeclaration()
3270 = dyn_cast<ObjCCategoryImplDecl>(ClassDecl)) in ActOnMethodDeclaration()