Searched refs:getCategoryDecl (Results 1 – 15 of 15) sorted by relevance
990 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl()) in getNextRedeclarationImpl()1031 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl()) in getCanonicalDecl()1227 return IMD->getCategoryDecl(); in getCategory()2199 ObjCCategoryDecl *ObjCCategoryImplDecl::getCategoryDecl() const { in getCategoryDecl() function in ObjCCategoryImplDecl
1143 JOS.attribute("categoryDecl", createBareDeclRef(D->getCategoryDecl())); in VisitObjCCategoryImplDecl()
2767 dumpDeclRef(D->getCategoryDecl()); in VisitObjCCategoryImplDecl()
5617 if (Error Err = importInto(Category, D->getCategoryDecl())) in VisitObjCCategoryImplDecl()
413 CurDC = CatImpl->getCategoryDecl(); in getParentName()
945 if (auto Cat = Impl->getCategoryDecl()) in ProcessAPINotes()
2946 ObjCCategoryDecl *CatDecl = CatIMPDecl->getCategoryDecl(); in CheckCategoryVsClassMethodMatches()4367 if (ObjCCategoryDecl *category = impl->getCategoryDecl()) { in searchFrom()
8812 cast<ObjCCategoryImplDecl>(Container)->getCategoryDecl(), in CodeCompleteObjCPropertyDefinition()8843 ->getCategoryDecl() in CodeCompleteObjCPropertySynthesizeIvar()9671 SearchDecl = CatImpl->getCategoryDecl(); in CodeCompleteObjCMethodDecl()
1647 iface = catImpl->getCategoryDecl(); in findExplicitInstancetypeDeclarer()
498 const ObjCCategoryDecl *Cat = D->getCategoryDecl(); in VisitObjCCategoryImplDecl()
412 return ICD->getCategoryDecl(); in getCategoryContext()
2567 ObjCCategoryDecl *getCategoryDecl() const;
171 return canModify(CatImpl->getCategoryDecl()); in canModify()
3462 const ObjCCategoryDecl *CatDecl = OCD->getCategoryDecl(); in GenerateCategory()
7346 ObjCCategoryDecl *CatDecl= IDecl->getCategoryDecl(); in RewriteCategorySetupInitHook()