Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DObjCPropertyChecker.cpp60 } else if (auto *CatD = dyn_cast<ObjCCategoryDecl>(D->getDeclContext())) { in checkCopyMutable() local
61 ImplD = CatD->getClassInterface()->getImplementation(); in checkCopyMutable()
/external/clang/lib/Frontend/
DMultiplexConsumer.cpp123 void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
205 const ObjCCategoryDecl *CatD, in AddedObjCCategoryToInterface() argument
208 Listeners[i]->AddedObjCCategoryToInterface(CatD, IFD); in AddedObjCCategoryToInterface()
/external/llvm-project/clang/lib/Frontend/
DMultiplexConsumer.cpp102 void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
198 const ObjCCategoryDecl *CatD, in AddedObjCCategoryToInterface() argument
201 Listeners[i]->AddedObjCCategoryToInterface(CatD, IFD); in AddedObjCCategoryToInterface()
/external/clang/include/clang/AST/
DASTMutationListener.h97 virtual void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD, in AddedObjCCategoryToInterface() argument
DASTContext.h2334 void setObjCImplementation(ObjCCategoryDecl *CatD,
/external/llvm-project/clang/include/clang/AST/
DASTMutationListener.h108 virtual void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD, in AddedObjCCategoryToInterface() argument
DASTContext.h2763 void setObjCImplementation(ObjCCategoryDecl *CatD,
/external/clang/lib/AST/
DDeclObjC.cpp868 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl()) in getNextRedeclarationImpl() local
869 if (!CatD->isInvalidDecl()) in getNextRedeclarationImpl()
870 Redecl = CatD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl()
894 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl()) in getCanonicalDecl() local
895 if (ObjCMethodDecl *MD = CatD->getMethod(getSelector(), in getCanonicalDecl()
1195 CatD = dyn_cast<ObjCCategoryDecl>(Method->getDeclContext())) { in collectOverriddenMethodsSlow() local
1196 const ObjCInterfaceDecl *ID = CatD->getClassInterface(); in collectOverriddenMethodsSlow()
DASTContext.cpp2060 void ASTContext::setObjCImplementation(ObjCCategoryDecl *CatD, in setObjCImplementation() argument
2062 assert(CatD && ImplD && "Passed null params"); in setObjCImplementation()
2063 ObjCImpls[CatD] = ImplD; in setObjCImplementation()
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp938 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl()) in getNextRedeclarationImpl() local
939 if (!CatD->isInvalidDecl()) in getNextRedeclarationImpl()
940 Redecl = CatD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl()
979 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl()) in getCanonicalDecl() local
980 if (ObjCMethodDecl *MD = CatD->getMethod(Sel, isInstanceMethod())) in getCanonicalDecl()
1288 } else if (const auto *CatD = in collectOverriddenMethodsSlow() local
1290 const ObjCInterfaceDecl *ID = CatD->getClassInterface(); in collectOverriddenMethodsSlow()
DASTContext.cpp2783 void ASTContext::setObjCImplementation(ObjCCategoryDecl *CatD, in setObjCImplementation() argument
2785 assert(CatD && ImplD && "Passed null params"); in setObjCImplementation()
2786 ObjCImpls[CatD] = ImplD; in setObjCImplementation()
/external/llvm-project/clang/lib/Index/
DUSRGeneration.cpp93 const ObjCCategoryDecl *CatD = nullptr);
418 const ObjCCategoryDecl *CatD) { in VisitObjCContainerDecl() argument
425 GetExternalSourceContainer(CatD)); in VisitObjCContainerDecl()
DIndexSymbol.cpp209 if (auto *CatD = dyn_cast<ObjCCategoryDecl>(D)) in getSymbolInfo() local
210 ClsD = CatD->getClassInterface(); in getSymbolInfo()
/external/llvm-project/clang/lib/Sema/
DSemaAvailability.cpp168 else if (const auto *CatD = dyn_cast<ObjCCategoryDecl>(Ctx)) in ShouldDiagnoseAvailabilityInContext() local
169 if (const ObjCInterfaceDecl *Interface = CatD->getClassInterface()) in ShouldDiagnoseAvailabilityInContext()
/external/llvm-project/clang/include/clang/Serialization/
DASTWriter.h743 void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
/external/llvm-project/clang/tools/libclang/
DCXIndexDataConsumer.cpp776 const ObjCCategoryDecl *CatD = D->getCategoryDecl(); in handleObjCCategoryImpl() local
779 const ObjCInterfaceDecl *IFaceD = CatD->getClassInterface(); in handleObjCCategoryImpl()
DCIndex.cpp6586 if (ObjCCategoryDecl *CatD = CatImplD->getCategoryDecl()) in clang_getCanonicalCursor() local
6587 return MakeCXCursor(CatD, getCursorTU(C)); in clang_getCanonicalCursor()
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp770 const ObjCCategoryDecl *CatD = D->getCategoryDecl(); in handleObjCCategoryImpl() local
773 const ObjCInterfaceDecl *IFaceD = CatD->getClassInterface(); in handleObjCCategoryImpl()
DCIndex.cpp5801 if (ObjCCategoryDecl *CatD = CatImplD->getCategoryDecl()) in clang_getCanonicalCursor() local
5802 return MakeCXCursor(CatD, getCursorTU(C)); in clang_getCanonicalCursor()
/external/clang/include/clang/Serialization/
DASTWriter.h681 void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
/external/clang/lib/Sema/
DSemaDeclAttr.cpp6202 if (const ObjCCategoryDecl *CatD = dyn_cast<ObjCCategoryDecl>(D)) in isDeclDeprecated() local
6203 if (const ObjCInterfaceDecl *Interface = CatD->getClassInterface()) in isDeclDeprecated()
6214 if (const ObjCCategoryDecl *CatD = dyn_cast<ObjCCategoryDecl>(D)) in isDeclUnavailable() local
6215 if (const ObjCInterfaceDecl *Interface = CatD->getClassInterface()) in isDeclUnavailable()
/external/clang/include/clang/Sema/
DSema.h9581 if (const ObjCCategoryDecl *CatD = dyn_cast<ObjCCategoryDecl>(DC)) in getCurObjCLexicalContext() local
9582 DC = CatD->getClassInterface(); in getCurObjCLexicalContext()
/external/llvm-project/clang/include/clang/Sema/
DSema.h12506 if (const ObjCCategoryDecl *CatD = dyn_cast<ObjCCategoryDecl>(DC)) in getCurObjCLexicalContext() local
12507 DC = CatD->getClassInterface(); in getCurObjCLexicalContext()
/external/clang/lib/Serialization/
DASTWriter.cpp5787 void ASTWriter::AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD, in AddedObjCCategoryToInterface() argument
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp6095 void ASTWriter::AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD, in AddedObjCCategoryToInterface() argument