Searched refs:getCategoryDecl (Results 1 – 14 of 14) sorted by relevance
279 const ObjCCategoryDecl *Cat = D->getCategoryDecl(); in VisitObjCCategoryImplDecl()
305 CurDC = CatImpl->getCategoryDecl(); in getParentName()
2831 ObjCCategoryDecl *CatDecl = CatIMPDecl->getCategoryDecl(); in CheckCategoryVsClassMethodMatches()4032 if (ObjCCategoryDecl *category = impl->getCategoryDecl()) { in searchFrom()
6187 cast<ObjCCategoryImplDecl>(Container)->getCategoryDecl(), in CodeCompleteObjCPropertyDefinition()6218 Class = cast<ObjCCategoryImplDecl>(Container)->getCategoryDecl() in CodeCompleteObjCPropertySynthesizeIvar()7064 SearchDecl = CatImpl->getCategoryDecl(); in CodeCompleteObjCMethodDecl()
1418 iface = catImpl->getCategoryDecl(); in findExplicitInstancetypeDeclarer()
868 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl()) in getNextRedeclarationImpl()894 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl()) in getCanonicalDecl()1999 ObjCCategoryDecl *ObjCCategoryImplDecl::getCategoryDecl() const { in getCategoryDecl() function in ObjCCategoryImplDecl
1630 dumpDeclRef(D->getCategoryDecl()); in VisitObjCCategoryImplDecl()
4067 Importer.Import(D->getCategoryDecl())); in VisitObjCCategoryImplDecl()
770 const ObjCCategoryDecl *CatD = D->getCategoryDecl(); in handleObjCCategoryImpl()1044 return getEntityDecl(CatImplD->getCategoryDecl()); in getEntityDecl()
5801 if (ObjCCategoryDecl *CatD = CatImplD->getCategoryDecl()) in clang_getCanonicalCursor()
2417 ObjCCategoryDecl *getCategoryDecl() const;
169 return canModify(CatImpl->getCategoryDecl()); in canModify()
2065 const ObjCCategoryDecl *CatDecl = OCD->getCategoryDecl(); in GenerateCategory()
7360 ObjCCategoryDecl *CatDecl= IDecl->getCategoryDecl(); in RewriteCategorySetupInitHook()