Searched refs:getCategoryDecl (Results 1 – 14 of 14) sorted by relevance
188 const ObjCCategoryDecl *Cat = D->getCategoryDecl(); in VisitObjCCategoryImplDecl()
547 const ObjCCategoryDecl *CatD = D->getCategoryDecl(); in handleObjCCategoryImpl()823 return getEntityDecl(CatImplD->getCategoryDecl()); in getEntityDecl()
5176 if (ObjCCategoryDecl *CatD = CatImplD->getCategoryDecl()) in clang_getCanonicalCursor()
755 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl()) in getNextRedeclarationImpl()781 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl()) in getCanonicalDecl()1718 ObjCCategoryDecl *ObjCCategoryImplDecl::getCategoryDecl() const { in getCategoryDecl() function in ObjCCategoryImplDecl
1467 dumpDeclRef(D->getCategoryDecl()); in VisitObjCCategoryImplDecl()
3675 Importer.Import(D->getCategoryDecl())); in VisitObjCCategoryImplDecl()
305 CurDC = CatImpl->getCategoryDecl(); in getParentName()
1911 ObjCCategoryDecl *CatDecl = CatIMPDecl->getCategoryDecl(); in CheckCategoryVsClassMethodMatches()2935 if (ObjCCategoryDecl *category = impl->getCategoryDecl()) { in searchFrom()
6087 AddObjCProperties(cast<ObjCCategoryImplDecl>(Container)->getCategoryDecl(), in CodeCompleteObjCPropertyDefinition()6118 Class = cast<ObjCCategoryImplDecl>(Container)->getCategoryDecl() in CodeCompleteObjCPropertySynthesizeIvar()6964 SearchDecl = CatImpl->getCategoryDecl(); in CodeCompleteObjCMethodDecl()
1197 iface = catImpl->getCategoryDecl(); in findExplicitInstancetypeDeclarer()
1950 ObjCCategoryDecl *getCategoryDecl() const;
169 return canModify(CatImpl->getCategoryDecl()); in canModify()
2033 const ObjCCategoryDecl *CatDecl = OCD->getCategoryDecl(); in GenerateCategory()
7508 ObjCCategoryDecl *CatDecl= IDecl->getCategoryDecl(); in RewriteCategorySetupInitHook()