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.cpp116 void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
217 const ObjCCategoryDecl *CatD, in AddedObjCCategoryToInterface() argument
220 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.h3316 void setObjCImplementation(ObjCCategoryDecl *CatD,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp987 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl()) in getNextRedeclarationImpl() local
988 if (!CatD->isInvalidDecl()) in getNextRedeclarationImpl()
989 Redecl = CatD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl()
1028 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl()) in getCanonicalDecl() local
1029 if (ObjCMethodDecl *MD = CatD->getMethod(Sel, isInstanceMethod())) in getCanonicalDecl()
1337 } else if (const auto *CatD = in collectOverriddenMethodsSlow() local
1339 const ObjCInterfaceDecl *ID = CatD->getClassInterface(); in collectOverriddenMethodsSlow()
H A DASTContext.cpp3135 void ASTContext::setObjCImplementation(ObjCCategoryDecl *CatD, in setObjCImplementation() argument
3137 assert(CatD && ImplD && "Passed null params"); in setObjCImplementation()
3138 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.cpp91 const ObjCCategoryDecl *CatD = nullptr);
435 const ObjCCategoryDecl *CatD) { in VisitObjCContainerDecl() argument
442 GetExternalSourceContainer(CatD)); in VisitObjCContainerDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp248 else if (const auto *CatD = dyn_cast<ObjCCategoryDecl>(Ctx)) in ShouldDiagnoseAvailabilityInContext() local
249 if (const ObjCInterfaceDecl *Interface = CatD->getClassInterface()) in ShouldDiagnoseAvailabilityInContext()
H A DSemaObjC.cpp1259 if (const ObjCCategoryDecl *CatD = dyn_cast<ObjCCategoryDecl>(DC)) in getCurObjCLexicalContext() local
1260 DC = CatD->getClassInterface(); in getCurObjCLexicalContext()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h954 void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7632 void ASTWriter::AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD, in AddedObjCCategoryToInterface() argument