Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDDeclObjC.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
HDJSONNodeDumper.cpp1143 JOS.attribute("categoryDecl", createBareDeclRef(D->getCategoryDecl())); in VisitObjCCategoryImplDecl()
HDTextNodeDumper.cpp2767 dumpDeclRef(D->getCategoryDecl()); in VisitObjCCategoryImplDecl()
HDASTImporter.cpp5617 if (Error Err = importInto(Category, D->getCategoryDecl())) in VisitObjCCategoryImplDecl()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDCodeCompleteConsumer.cpp413 CurDC = CatImpl->getCategoryDecl(); in getParentName()
HDSemaAPINotes.cpp945 if (auto Cat = Impl->getCategoryDecl()) in ProcessAPINotes()
HDSemaDeclObjC.cpp2946 ObjCCategoryDecl *CatDecl = CatIMPDecl->getCategoryDecl(); in CheckCategoryVsClassMethodMatches()
4367 if (ObjCCategoryDecl *category = impl->getCategoryDecl()) { in searchFrom()
HDSemaCodeComplete.cpp8812 cast<ObjCCategoryImplDecl>(Container)->getCategoryDecl(), in CodeCompleteObjCPropertyDefinition()
8843 ->getCategoryDecl() in CodeCompleteObjCPropertySynthesizeIvar()
9671 SearchDecl = CatImpl->getCategoryDecl(); in CodeCompleteObjCMethodDecl()
HDSemaExprObjC.cpp1647 iface = catImpl->getCategoryDecl(); in findExplicitInstancetypeDeclarer()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Index/
HDIndexDecl.cpp498 const ObjCCategoryDecl *Cat = D->getCategoryDecl(); in VisitObjCCategoryImplDecl()
HDUSRGeneration.cpp412 return ICD->getCategoryDecl(); in getCategoryContext()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclObjC.h2567 ObjCCategoryDecl *getCategoryDecl() const;
/freebsd-14-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDObjCMT.cpp171 return canModify(CatImpl->getCategoryDecl()); in canModify()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGObjCGNU.cpp3462 const ObjCCategoryDecl *CatDecl = OCD->getCategoryDecl(); in GenerateCategory()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDRewriteModernObjC.cpp7346 ObjCCategoryDecl *CatDecl= IDecl->getCategoryDecl(); in RewriteCategorySetupInitHook()