Lines Matching refs:ObjCCategoryImplDecl
563 if (ObjCCategoryImplDecl *ImplD = Ctx.getObjCImplementation(CD)) in getNextRedeclaration()
571 } else if (ObjCCategoryImplDecl *CImplD = in getNextRedeclaration()
572 dyn_cast<ObjCCategoryImplDecl>(CtxD)) { in getNextRedeclaration()
595 } else if (ObjCCategoryImplDecl *CImplD = in getCanonicalDecl()
596 dyn_cast<ObjCCategoryImplDecl>(CtxD)) { in getCanonicalDecl()
1204 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation()) in getCategoryInstanceMethod()
1217 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation()) in getCategoryClassMethod()
1508 ObjCCategoryImplDecl *ObjCCategoryDecl::getImplementation() const { in getImplementation()
1513 void ObjCCategoryDecl::setImplementation(ObjCCategoryImplDecl *ImplD) { in setImplementation()
1522 void ObjCCategoryImplDecl::anchor() { } in anchor()
1524 ObjCCategoryImplDecl *
1525 ObjCCategoryImplDecl::Create(ASTContext &C, DeclContext *DC, in Create()
1533 return new (C) ObjCCategoryImplDecl(DC, Id, ClassInterface, in Create()
1537 ObjCCategoryImplDecl *ObjCCategoryImplDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized()
1539 void *Mem = AllocateDeserializedDecl(C, ID, sizeof(ObjCCategoryImplDecl)); in CreateDeserialized()
1540 return new (Mem) ObjCCategoryImplDecl(0, 0, 0, SourceLocation(), in CreateDeserialized()
1544 ObjCCategoryDecl *ObjCCategoryImplDecl::getCategoryDecl() const { in getCategoryDecl()
1568 } else if (ObjCCategoryImplDecl *ImplD = in setClassInterface()
1569 dyn_cast_or_null<ObjCCategoryImplDecl>(this)) { in setClassInterface()
1607 const ObjCCategoryImplDecl &CID) { in operator <<()