Lines Matching refs:ObjCCategoryImplDecl
743 if (ObjCCategoryImplDecl *ImplD = Ctx.getObjCImplementation(CD)) in getNextRedeclarationImpl()
753 } else if (ObjCCategoryImplDecl *CImplD = in getNextRedeclarationImpl()
754 dyn_cast<ObjCCategoryImplDecl>(CtxD)) { in getNextRedeclarationImpl()
779 } else if (ObjCCategoryImplDecl *CImplD = in getCanonicalDecl()
780 dyn_cast<ObjCCategoryImplDecl>(CtxD)) { in getCanonicalDecl()
1363 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation()) in getCategoryInstanceMethod()
1373 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation()) in getCategoryClassMethod()
1682 ObjCCategoryImplDecl *ObjCCategoryDecl::getImplementation() const { in getImplementation()
1687 void ObjCCategoryDecl::setImplementation(ObjCCategoryImplDecl *ImplD) { in setImplementation()
1696 void ObjCCategoryImplDecl::anchor() { } in anchor()
1698 ObjCCategoryImplDecl *
1699 ObjCCategoryImplDecl::Create(ASTContext &C, DeclContext *DC, in Create()
1707 return new (C, DC) ObjCCategoryImplDecl(DC, Id, ClassInterface, nameLoc, in Create()
1711 ObjCCategoryImplDecl *ObjCCategoryImplDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized()
1713 return new (C, ID) ObjCCategoryImplDecl(nullptr, nullptr, nullptr, in CreateDeserialized()
1718 ObjCCategoryDecl *ObjCCategoryImplDecl::getCategoryDecl() const { in getCategoryDecl()
1742 } else if (ObjCCategoryImplDecl *ImplD = in setClassInterface()
1743 dyn_cast_or_null<ObjCCategoryImplDecl>(this)) { in setClassInterface()
1777 const ObjCCategoryImplDecl &CID) { in operator <<()