Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp111 void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
212 const ObjCCategoryDecl *CatD, in AddedObjCCategoryToInterface() argument
215 Listeners[i]->AddedObjCCategoryToInterface(CatD, IFD); in AddedObjCCategoryToInterface()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTMutationListener.h110 virtual void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD, in AddedObjCCategoryToInterface() argument
H A DASTContext.h3106 void setObjCImplementation(ObjCCategoryDecl *CatD,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp990 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl()) in getNextRedeclarationImpl() local
991 if (!CatD->isInvalidDecl()) in getNextRedeclarationImpl()
992 Redecl = CatD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl()
1031 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl()) in getCanonicalDecl() local
1032 if (ObjCMethodDecl *MD = CatD->getMethod(Sel, isInstanceMethod())) in getCanonicalDecl()
1340 } else if (const auto *CatD = in collectOverriddenMethodsSlow() local
1342 const ObjCInterfaceDecl *ID = CatD->getClassInterface(); in collectOverriddenMethodsSlow()
H A DASTContext.cpp2949 void ASTContext::setObjCImplementation(ObjCCategoryDecl *CatD, in setObjCImplementation() argument
2951 assert(CatD && ImplD && "Passed null params"); in setObjCImplementation()
2952 ObjCImpls[CatD] = ImplD; in setObjCImplementation()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp210 if (auto *CatD = dyn_cast<ObjCCategoryDecl>(D)) in getSymbolInfo() local
211 ClsD = CatD->getClassInterface(); in getSymbolInfo()
H A DUSRGeneration.cpp95 const ObjCCategoryDecl *CatD = nullptr);
440 const ObjCCategoryDecl *CatD) { in VisitObjCContainerDecl() argument
447 GetExternalSourceContainer(CatD)); in VisitObjCContainerDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp229 else if (const auto *CatD = dyn_cast<ObjCCategoryDecl>(Ctx)) in ShouldDiagnoseAvailabilityInContext() local
230 if (const ObjCInterfaceDecl *Interface = CatD->getClassInterface()) in ShouldDiagnoseAvailabilityInContext()
H A DSemaObjC.cpp1262 if (const ObjCCategoryDecl *CatD = dyn_cast<ObjCCategoryDecl>(DC)) in getCurObjCLexicalContext() local
1263 DC = CatD->getClassInterface(); in getCurObjCLexicalContext()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h900 void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6957 void ASTWriter::AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD, in AddedObjCCategoryToInterface() argument