Lines Matching refs:ObjCCategoryImplDecl
945 if (ObjCCategoryImplDecl *ImplD = Ctx.getObjCImplementation(CD)) in getNextRedeclarationImpl()
954 } else if (auto *CImplD = dyn_cast<ObjCCategoryImplDecl>(CtxD)) { in getNextRedeclarationImpl()
995 } else if (auto *CImplD = dyn_cast<ObjCCategoryImplDecl>(CtxD)) { in getCanonicalDecl()
1191 if (auto *IMD = dyn_cast<ObjCCategoryImplDecl>(getDeclContext())) in getCategory()
1738 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation()) in getCategoryInstanceMethod()
1748 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation()) in getCategoryClassMethod()
2097 ObjCCategoryImplDecl *ObjCCategoryDecl::getImplementation() const { in getImplementation()
2102 void ObjCCategoryDecl::setImplementation(ObjCCategoryImplDecl *ImplD) { in setImplementation()
2119 void ObjCCategoryImplDecl::anchor() {} in anchor()
2121 ObjCCategoryImplDecl *
2122 ObjCCategoryImplDecl::Create(ASTContext &C, DeclContext *DC, in Create()
2130 return new (C, DC) ObjCCategoryImplDecl(DC, Id, ClassInterface, nameLoc, in Create()
2134 ObjCCategoryImplDecl *ObjCCategoryImplDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized()
2136 return new (C, ID) ObjCCategoryImplDecl(nullptr, nullptr, nullptr, in CreateDeserialized()
2141 ObjCCategoryDecl *ObjCCategoryImplDecl::getCategoryDecl() const { in getCategoryDecl()
2163 } else if (auto *ImplD = dyn_cast_or_null<ObjCCategoryImplDecl>(this)) { in setClassInterface()
2214 const ObjCCategoryImplDecl &CID) { in operator <<()