Home
last modified time | relevance | path

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

12

/external/clang/lib/Index/
DIndexDecl.cpp279 const ObjCCategoryDecl *Cat = D->getCategoryDecl(); in VisitObjCCategoryImplDecl()
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp938 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl()) in getNextRedeclarationImpl()
979 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl()) in getCanonicalDecl()
1175 return IMD->getCategoryDecl(); in getCategory()
2121 ObjCCategoryDecl *ObjCCategoryImplDecl::getCategoryDecl() const { in getCategoryDecl() function in ObjCCategoryImplDecl
DJSONNodeDumper.cpp967 JOS.attribute("categoryDecl", createBareDeclRef(D->getCategoryDecl())); in VisitObjCCategoryImplDecl()
DTextNodeDumper.cpp2190 dumpDeclRef(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()
/external/llvm-project/clang/lib/Sema/
DCodeCompleteConsumer.cpp396 CurDC = CatImpl->getCategoryDecl(); in getParentName()
DSemaDeclObjC.cpp2930 ObjCCategoryDecl *CatDecl = CatIMPDecl->getCategoryDecl(); in CheckCategoryVsClassMethodMatches()
4345 if (ObjCCategoryDecl *category = impl->getCategoryDecl()) { in searchFrom()
DSemaCodeComplete.cpp7907 cast<ObjCCategoryImplDecl>(Container)->getCategoryDecl(), in CodeCompleteObjCPropertyDefinition()
7937 ->getCategoryDecl() in CodeCompleteObjCPropertySynthesizeIvar()
8763 SearchDecl = CatImpl->getCategoryDecl(); in CodeCompleteObjCMethodDecl()
DSemaExprObjC.cpp1636 iface = catImpl->getCategoryDecl(); in findExplicitInstancetypeDeclarer()
/external/llvm-project/clang/tools/libclang/
DCXIndexDataConsumer.cpp776 const ObjCCategoryDecl *CatD = D->getCategoryDecl(); in handleObjCCategoryImpl()
1040 return getEntityDecl(CatImplD->getCategoryDecl()); in getEntityDecl()
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp770 const ObjCCategoryDecl *CatD = D->getCategoryDecl(); in handleObjCCategoryImpl()
1044 return getEntityDecl(CatImplD->getCategoryDecl()); in getEntityDecl()
/external/llvm-project/clang-tools-extra/clangd/index/
DSymbolCollector.cpp296 if (const auto *CD = CID->getCategoryDecl()) in handleDeclOccurrence()
/external/llvm-project/clang/lib/Index/
DIndexDecl.cpp483 const ObjCCategoryDecl *Cat = D->getCategoryDecl(); in VisitObjCCategoryImplDecl()
DUSRGeneration.cpp390 return ICD->getCategoryDecl(); in getCategoryContext()
/external/llvm-project/clang-tools-extra/clangd/
DFindTarget.cpp409 D = CID->getCategoryDecl(); in add()
/external/clang/include/clang/AST/
DDeclObjC.h2417 ObjCCategoryDecl *getCategoryDecl() const;
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h2531 ObjCCategoryDecl *getCategoryDecl() const;
/external/clang/lib/ARCMigrate/
DObjCMT.cpp169 return canModify(CatImpl->getCategoryDecl()); in canModify()
/external/llvm-project/clang/lib/ARCMigrate/
DObjCMT.cpp174 return canModify(CatImpl->getCategoryDecl()); in canModify()
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp2065 const ObjCCategoryDecl *CatDecl = OCD->getCategoryDecl(); in GenerateCategory()

12