Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DObjCPropertyChecker.cpp60 } else if (auto *CatD = dyn_cast<ObjCCategoryDecl>(D->getDeclContext())) { in checkCopyMutable() local
61 ImplD = CatD->getClassInterface()->getImplementation(); in checkCopyMutable()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DMultiplexConsumer.cpp102 void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
198 const ObjCCategoryDecl *CatD, in AddedObjCCategoryToInterface() argument
201 Listeners[i]->AddedObjCCategoryToInterface(CatD, IFD); in AddedObjCCategoryToInterface()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTMutationListener.h108 virtual void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD, in AddedObjCCategoryToInterface() argument
H A DASTContext.h2812 void setObjCImplementation(ObjCCategoryDecl *CatD,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp939 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl()) in getNextRedeclarationImpl() local
940 if (!CatD->isInvalidDecl()) in getNextRedeclarationImpl()
941 Redecl = CatD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl()
980 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl()) in getCanonicalDecl() local
981 if (ObjCMethodDecl *MD = CatD->getMethod(Sel, isInstanceMethod())) in getCanonicalDecl()
1289 } else if (const auto *CatD = in collectOverriddenMethodsSlow() local
1291 const ObjCInterfaceDecl *ID = CatD->getClassInterface(); in collectOverriddenMethodsSlow()
H A DASTContext.cpp2826 void ASTContext::setObjCImplementation(ObjCCategoryDecl *CatD, in setObjCImplementation() argument
2828 assert(CatD && ImplD && "Passed null params"); in setObjCImplementation()
2829 ObjCImpls[CatD] = ImplD; in setObjCImplementation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DUSRGeneration.cpp93 const ObjCCategoryDecl *CatD = nullptr);
418 const ObjCCategoryDecl *CatD) { in VisitObjCContainerDecl() argument
425 GetExternalSourceContainer(CatD)); in VisitObjCContainerDecl()
H A DIndexSymbol.cpp209 if (auto *CatD = dyn_cast<ObjCCategoryDecl>(D)) in getSymbolInfo() local
210 ClsD = CatD->getClassInterface(); in getSymbolInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAvailability.cpp168 else if (const auto *CatD = dyn_cast<ObjCCategoryDecl>(Ctx)) in ShouldDiagnoseAvailabilityInContext() local
169 if (const ObjCInterfaceDecl *Interface = CatD->getClassInterface()) in ShouldDiagnoseAvailabilityInContext()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTWriter.h751 void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp776 const ObjCCategoryDecl *CatD = D->getCategoryDecl(); in handleObjCCategoryImpl() local
779 const ObjCInterfaceDecl *IFaceD = CatD->getClassInterface(); in handleObjCCategoryImpl()
H A DCIndex.cpp6638 if (ObjCCategoryDecl *CatD = CatImplD->getCategoryDecl()) in clang_getCanonicalCursor() local
6639 return MakeCXCursor(CatD, getCursorTU(C)); in clang_getCanonicalCursor()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h12736 if (const ObjCCategoryDecl *CatD = dyn_cast<ObjCCategoryDecl>(DC)) in getCurObjCLexicalContext() local
12737 DC = CatD->getClassInterface(); in getCurObjCLexicalContext()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp5873 void ASTWriter::AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD, in AddedObjCCategoryToInterface() argument