Searched refs:CatD (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | MultiplexConsumer.cpp | 111 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 D | ASTMutationListener.h | 110 virtual void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD, in AddedObjCCategoryToInterface() argument
|
H A D | ASTContext.h | 3106 void setObjCImplementation(ObjCCategoryDecl *CatD,
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 990 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 D | ASTContext.cpp | 2949 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 D | IndexSymbol.cpp | 210 if (auto *CatD = dyn_cast<ObjCCategoryDecl>(D)) in getSymbolInfo() local 211 ClsD = CatD->getClassInterface(); in getSymbolInfo()
|
H A D | USRGeneration.cpp | 95 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 D | SemaAvailability.cpp | 229 else if (const auto *CatD = dyn_cast<ObjCCategoryDecl>(Ctx)) in ShouldDiagnoseAvailabilityInContext() local 230 if (const ObjCInterfaceDecl *Interface = CatD->getClassInterface()) in ShouldDiagnoseAvailabilityInContext()
|
H A D | SemaObjC.cpp | 1262 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 D | ASTWriter.h | 900 void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 6957 void ASTWriter::AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD, in AddedObjCCategoryToInterface() argument
|