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.cpp987 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl()) in getNextRedeclarationImpl()
1028 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl()) in getCanonicalDecl()
1224 return IMD->getCategoryDecl(); in getCategory()
2196 ObjCCategoryDecl *ObjCCategoryImplDecl::getCategoryDecl() const { in getCategoryDecl() function in ObjCCategoryImplDecl
H A DJSONNodeDumper.cpp1151 JOS.attribute("categoryDecl", createBareDeclRef(D->getCategoryDecl())); in VisitObjCCategoryImplDecl()
H A DTextNodeDumper.cpp2931 dumpDeclRef(D->getCategoryDecl()); in VisitObjCCategoryImplDecl()
H A DASTImporter.cpp5893 if (Error Err = importInto(Category, D->getCategoryDecl())) in VisitObjCCategoryImplDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp409 CurDC = CatImpl->getCategoryDecl(); in getParentName()
H A DSemaAPINotes.cpp1091 if (auto Cat = Impl->getCategoryDecl()) in ProcessAPINotes()
H A DSemaDeclObjC.cpp2954 ObjCCategoryDecl *CatDecl = CatIMPDecl->getCategoryDecl(); in CheckCategoryVsClassMethodMatches()
4369 if (ObjCCategoryDecl *category = impl->getCategoryDecl()) { in searchFrom()
H A DSemaCodeComplete.cpp8960 cast<ObjCCategoryImplDecl>(Container)->getCategoryDecl(), in CodeCompleteObjCPropertyDefinition()
8991 ->getCategoryDecl() in CodeCompleteObjCPropertySynthesizeIvar()
9819 SearchDecl = CatImpl->getCategoryDecl(); in CodeCompleteObjCMethodDecl()
H A DSemaExprObjC.cpp1634 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.cpp407 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/CodeGen/
H A DCGObjCGNU.cpp3554 const ObjCCategoryDecl *CatDecl = OCD->getCategoryDecl(); in GenerateCategory()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp7312 ObjCCategoryDecl *CatDecl= IDecl->getCategoryDecl(); in RewriteCategorySetupInitHook()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc9976 …0ObjCCategoryImplDecl15getCategoryDeclEv", "clang::ObjCCategoryImplDecl::getCategoryDecl() const"},