Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp990 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
H A DJSONNodeDumper.cpp1143 JOS.attribute("categoryDecl", createBareDeclRef(D->getCategoryDecl())); in VisitObjCCategoryImplDecl()
H A DTextNodeDumper.cpp2767 dumpDeclRef(D->getCategoryDecl()); in VisitObjCCategoryImplDecl()
H A DASTImporter.cpp5617 if (Error Err = importInto(Category, D->getCategoryDecl())) in VisitObjCCategoryImplDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp413 CurDC = CatImpl->getCategoryDecl(); in getParentName()
H A DSemaAPINotes.cpp945 if (auto Cat = Impl->getCategoryDecl()) in ProcessAPINotes()
H A DSemaDeclObjC.cpp2946 ObjCCategoryDecl *CatDecl = CatIMPDecl->getCategoryDecl(); in CheckCategoryVsClassMethodMatches()
4367 if (ObjCCategoryDecl *category = impl->getCategoryDecl()) { in searchFrom()
H A DSemaCodeComplete.cpp8812 cast<ObjCCategoryImplDecl>(Container)->getCategoryDecl(), in CodeCompleteObjCPropertyDefinition()
8843 ->getCategoryDecl() in CodeCompleteObjCPropertySynthesizeIvar()
9671 SearchDecl = CatImpl->getCategoryDecl(); in CodeCompleteObjCMethodDecl()
H A DSemaExprObjC.cpp1647 iface = catImpl->getCategoryDecl(); in findExplicitInstancetypeDeclarer()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp498 const ObjCCategoryDecl *Cat = D->getCategoryDecl(); in VisitObjCCategoryImplDecl()
H A DUSRGeneration.cpp412 return ICD->getCategoryDecl(); in getCategoryContext()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h2567 ObjCCategoryDecl *getCategoryDecl() const;
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp171 return canModify(CatImpl->getCategoryDecl()); in canModify()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3462 const ObjCCategoryDecl *CatDecl = OCD->getCategoryDecl(); in GenerateCategory()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp7346 ObjCCategoryDecl *CatDecl= IDecl->getCategoryDecl(); in RewriteCategorySetupInitHook()