/external/clang/lib/Index/ |
D | IndexDecl.cpp | 279 const ObjCCategoryDecl *Cat = D->getCategoryDecl(); in VisitObjCCategoryImplDecl()
|
/external/llvm-project/clang/lib/AST/ |
D | DeclObjC.cpp | 938 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
|
D | JSONNodeDumper.cpp | 967 JOS.attribute("categoryDecl", createBareDeclRef(D->getCategoryDecl())); in VisitObjCCategoryImplDecl()
|
D | TextNodeDumper.cpp | 2190 dumpDeclRef(D->getCategoryDecl()); in VisitObjCCategoryImplDecl()
|
/external/clang/lib/Sema/ |
D | CodeCompleteConsumer.cpp | 305 CurDC = CatImpl->getCategoryDecl(); in getParentName()
|
D | SemaDeclObjC.cpp | 2831 ObjCCategoryDecl *CatDecl = CatIMPDecl->getCategoryDecl(); in CheckCategoryVsClassMethodMatches() 4032 if (ObjCCategoryDecl *category = impl->getCategoryDecl()) { in searchFrom()
|
D | SemaCodeComplete.cpp | 6187 cast<ObjCCategoryImplDecl>(Container)->getCategoryDecl(), in CodeCompleteObjCPropertyDefinition() 6218 Class = cast<ObjCCategoryImplDecl>(Container)->getCategoryDecl() in CodeCompleteObjCPropertySynthesizeIvar() 7064 SearchDecl = CatImpl->getCategoryDecl(); in CodeCompleteObjCMethodDecl()
|
D | SemaExprObjC.cpp | 1418 iface = catImpl->getCategoryDecl(); in findExplicitInstancetypeDeclarer()
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 868 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
|
D | ASTDumper.cpp | 1630 dumpDeclRef(D->getCategoryDecl()); in VisitObjCCategoryImplDecl()
|
/external/llvm-project/clang/lib/Sema/ |
D | CodeCompleteConsumer.cpp | 396 CurDC = CatImpl->getCategoryDecl(); in getParentName()
|
D | SemaDeclObjC.cpp | 2930 ObjCCategoryDecl *CatDecl = CatIMPDecl->getCategoryDecl(); in CheckCategoryVsClassMethodMatches() 4345 if (ObjCCategoryDecl *category = impl->getCategoryDecl()) { in searchFrom()
|
D | SemaCodeComplete.cpp | 7907 cast<ObjCCategoryImplDecl>(Container)->getCategoryDecl(), in CodeCompleteObjCPropertyDefinition() 7937 ->getCategoryDecl() in CodeCompleteObjCPropertySynthesizeIvar() 8763 SearchDecl = CatImpl->getCategoryDecl(); in CodeCompleteObjCMethodDecl()
|
D | SemaExprObjC.cpp | 1636 iface = catImpl->getCategoryDecl(); in findExplicitInstancetypeDeclarer()
|
/external/llvm-project/clang/tools/libclang/ |
D | CXIndexDataConsumer.cpp | 776 const ObjCCategoryDecl *CatD = D->getCategoryDecl(); in handleObjCCategoryImpl() 1040 return getEntityDecl(CatImplD->getCategoryDecl()); in getEntityDecl()
|
/external/clang/tools/libclang/ |
D | CXIndexDataConsumer.cpp | 770 const ObjCCategoryDecl *CatD = D->getCategoryDecl(); in handleObjCCategoryImpl() 1044 return getEntityDecl(CatImplD->getCategoryDecl()); in getEntityDecl()
|
/external/llvm-project/clang-tools-extra/clangd/index/ |
D | SymbolCollector.cpp | 296 if (const auto *CD = CID->getCategoryDecl()) in handleDeclOccurrence()
|
/external/llvm-project/clang/lib/Index/ |
D | IndexDecl.cpp | 483 const ObjCCategoryDecl *Cat = D->getCategoryDecl(); in VisitObjCCategoryImplDecl()
|
D | USRGeneration.cpp | 390 return ICD->getCategoryDecl(); in getCategoryContext()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | FindTarget.cpp | 409 D = CID->getCategoryDecl(); in add()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 2417 ObjCCategoryDecl *getCategoryDecl() const;
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclObjC.h | 2531 ObjCCategoryDecl *getCategoryDecl() const;
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 169 return canModify(CatImpl->getCategoryDecl()); in canModify()
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 174 return canModify(CatImpl->getCategoryDecl()); in canModify()
|
/external/clang/lib/CodeGen/ |
D | CGObjCGNU.cpp | 2065 const ObjCCategoryDecl *CatDecl = OCD->getCategoryDecl(); in GenerateCategory()
|