Searched refs:ClassImpDecl (Results 1 – 1 of 1) sorted by relevance
806 ObjCContainerDecl *ClassImpDecl = in ActOnPropertyImplDecl() local809 if (!ClassImpDecl) { in ActOnPropertyImplDecl()817 PropertyDiagLoc = ClassImpDecl->getLocStart(); in ActOnPropertyImplDecl()824 if ((IC = dyn_cast<ObjCImplementationDecl>(ClassImpDecl))) { in ActOnPropertyImplDecl()892 } else if ((CatImplClass = dyn_cast<ObjCCategoryImplDecl>(ClassImpDecl))) { in ActOnPropertyImplDecl()1008 Diag(ClassImpDecl->getLocation(), diag::note_implemented_by_class) in ActOnPropertyImplDecl()1009 << ClassImpDecl->getName(); in ActOnPropertyImplDecl()1032 Ivar = ObjCIvarDecl::Create(Context, ClassImpDecl, in ActOnPropertyImplDecl()1045 ClassImpDecl->addDecl(Ivar); in ActOnPropertyImplDecl()