Lines Matching refs:ObjCCategoryImplDecl
929 if (ObjCCategoryImplDecl *ImplD = Ctx.getObjCImplementation(CD)) in getNextRedeclarationImpl()
938 } else if (auto *CImplD = dyn_cast<ObjCCategoryImplDecl>(CtxD)) { in getNextRedeclarationImpl()
979 } else if (auto *CImplD = dyn_cast<ObjCCategoryImplDecl>(CtxD)) { in getCanonicalDecl()
1175 if (auto *IMD = dyn_cast<ObjCCategoryImplDecl>(getDeclContext())) in getCategory()
1717 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation()) in getCategoryInstanceMethod()
1727 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation()) in getCategoryClassMethod()
2076 ObjCCategoryImplDecl *ObjCCategoryDecl::getImplementation() const { in getImplementation()
2081 void ObjCCategoryDecl::setImplementation(ObjCCategoryImplDecl *ImplD) { in setImplementation()
2098 void ObjCCategoryImplDecl::anchor() {} in anchor()
2100 ObjCCategoryImplDecl *
2101 ObjCCategoryImplDecl::Create(ASTContext &C, DeclContext *DC, in Create()
2109 return new (C, DC) ObjCCategoryImplDecl(DC, Id, ClassInterface, nameLoc, in Create()
2113 ObjCCategoryImplDecl *ObjCCategoryImplDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized()
2115 return new (C, ID) ObjCCategoryImplDecl(nullptr, nullptr, nullptr, in CreateDeserialized()
2120 ObjCCategoryDecl *ObjCCategoryImplDecl::getCategoryDecl() const { in getCategoryDecl()
2142 } else if (auto *ImplD = dyn_cast_or_null<ObjCCategoryImplDecl>(this)) { in setClassInterface()
2193 const ObjCCategoryImplDecl &CID) { in operator <<()