Home
last modified time | relevance | path

Searched refs:getCategoryDecl (Results 1 – 14 of 14) sorted by relevance

/external/clang/lib/Index/
DIndexDecl.cpp279 const ObjCCategoryDecl *Cat = D->getCategoryDecl(); in VisitObjCCategoryImplDecl()
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp305 CurDC = CatImpl->getCategoryDecl(); in getParentName()
DSemaDeclObjC.cpp2831 ObjCCategoryDecl *CatDecl = CatIMPDecl->getCategoryDecl(); in CheckCategoryVsClassMethodMatches()
4032 if (ObjCCategoryDecl *category = impl->getCategoryDecl()) { in searchFrom()
DSemaCodeComplete.cpp6187 cast<ObjCCategoryImplDecl>(Container)->getCategoryDecl(), in CodeCompleteObjCPropertyDefinition()
6218 Class = cast<ObjCCategoryImplDecl>(Container)->getCategoryDecl() in CodeCompleteObjCPropertySynthesizeIvar()
7064 SearchDecl = CatImpl->getCategoryDecl(); in CodeCompleteObjCMethodDecl()
DSemaExprObjC.cpp1418 iface = catImpl->getCategoryDecl(); in findExplicitInstancetypeDeclarer()
/external/clang/lib/AST/
DDeclObjC.cpp868 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
DASTDumper.cpp1630 dumpDeclRef(D->getCategoryDecl()); in VisitObjCCategoryImplDecl()
DASTImporter.cpp4067 Importer.Import(D->getCategoryDecl())); in VisitObjCCategoryImplDecl()
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp770 const ObjCCategoryDecl *CatD = D->getCategoryDecl(); in handleObjCCategoryImpl()
1044 return getEntityDecl(CatImplD->getCategoryDecl()); in getEntityDecl()
DCIndex.cpp5801 if (ObjCCategoryDecl *CatD = CatImplD->getCategoryDecl()) in clang_getCanonicalCursor()
/external/clang/include/clang/AST/
DDeclObjC.h2417 ObjCCategoryDecl *getCategoryDecl() const;
/external/clang/lib/ARCMigrate/
DObjCMT.cpp169 return canModify(CatImpl->getCategoryDecl()); in canModify()
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp2065 const ObjCCategoryDecl *CatDecl = OCD->getCategoryDecl(); in GenerateCategory()
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp7360 ObjCCategoryDecl *CatDecl= IDecl->getCategoryDecl(); in RewriteCategorySetupInitHook()