Lines Matching refs:ObjCCategoryImplDecl
648 if (ObjCCategoryImplDecl *ImplD = Ctx.getObjCImplementation(CD)) in getNextRedeclaration()
658 } else if (ObjCCategoryImplDecl *CImplD = in getNextRedeclaration()
659 dyn_cast<ObjCCategoryImplDecl>(CtxD)) { in getNextRedeclaration()
684 } else if (ObjCCategoryImplDecl *CImplD = in getCanonicalDecl()
685 dyn_cast<ObjCCategoryImplDecl>(CtxD)) { in getCanonicalDecl()
1248 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation()) in getCategoryInstanceMethod()
1261 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation()) in getCategoryClassMethod()
1576 ObjCCategoryImplDecl *ObjCCategoryDecl::getImplementation() const { in getImplementation()
1581 void ObjCCategoryDecl::setImplementation(ObjCCategoryImplDecl *ImplD) { in setImplementation()
1590 void ObjCCategoryImplDecl::anchor() { } in anchor()
1592 ObjCCategoryImplDecl *
1593 ObjCCategoryImplDecl::Create(ASTContext &C, DeclContext *DC, in Create()
1601 return new (C) ObjCCategoryImplDecl(DC, Id, ClassInterface, in Create()
1605 ObjCCategoryImplDecl *ObjCCategoryImplDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized()
1607 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(ObjCCategoryImplDecl)); in CreateDeserialized()
1608 return new (Mem) ObjCCategoryImplDecl(0, 0, 0, SourceLocation(), in CreateDeserialized()
1612 ObjCCategoryDecl *ObjCCategoryImplDecl::getCategoryDecl() const { in getCategoryDecl()
1636 } else if (ObjCCategoryImplDecl *ImplD = in setClassInterface()
1637 dyn_cast_or_null<ObjCCategoryImplDecl>(this)) { in setClassInterface()
1675 const ObjCCategoryImplDecl &CID) { in operator <<()