Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexDecl.cpp188 const ObjCCategoryDecl *Cat = D->getCategoryDecl(); in VisitObjCCategoryImplDecl()
DIndexingContext.cpp547 const ObjCCategoryDecl *CatD = D->getCategoryDecl(); in handleObjCCategoryImpl()
823 return getEntityDecl(CatImplD->getCategoryDecl()); in getEntityDecl()
DCIndex.cpp5176 if (ObjCCategoryDecl *CatD = CatImplD->getCategoryDecl()) in clang_getCanonicalCursor()
/external/clang/lib/AST/
DDeclObjC.cpp755 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
DASTDumper.cpp1467 dumpDeclRef(D->getCategoryDecl()); in VisitObjCCategoryImplDecl()
DASTImporter.cpp3675 Importer.Import(D->getCategoryDecl())); in VisitObjCCategoryImplDecl()
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp305 CurDC = CatImpl->getCategoryDecl(); in getParentName()
DSemaDeclObjC.cpp1911 ObjCCategoryDecl *CatDecl = CatIMPDecl->getCategoryDecl(); in CheckCategoryVsClassMethodMatches()
2935 if (ObjCCategoryDecl *category = impl->getCategoryDecl()) { in searchFrom()
DSemaCodeComplete.cpp6087 AddObjCProperties(cast<ObjCCategoryImplDecl>(Container)->getCategoryDecl(), in CodeCompleteObjCPropertyDefinition()
6118 Class = cast<ObjCCategoryImplDecl>(Container)->getCategoryDecl() in CodeCompleteObjCPropertySynthesizeIvar()
6964 SearchDecl = CatImpl->getCategoryDecl(); in CodeCompleteObjCMethodDecl()
DSemaExprObjC.cpp1197 iface = catImpl->getCategoryDecl(); in findExplicitInstancetypeDeclarer()
/external/clang/include/clang/AST/
DDeclObjC.h1950 ObjCCategoryDecl *getCategoryDecl() const;
/external/clang/lib/ARCMigrate/
DObjCMT.cpp169 return canModify(CatImpl->getCategoryDecl()); in canModify()
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp2033 const ObjCCategoryDecl *CatDecl = OCD->getCategoryDecl(); in GenerateCategory()
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp7508 ObjCCategoryDecl *CatDecl= IDecl->getCategoryDecl(); in RewriteCategorySetupInitHook()