Searched refs:ClassImpDecl (Results 1 – 1 of 1) sorted by relevance
1067 ObjCContainerDecl *ClassImpDecl = in ActOnPropertyImplDecl() local1070 if (!ClassImpDecl) { in ActOnPropertyImplDecl()1078 PropertyDiagLoc = ClassImpDecl->getBeginLoc(); in ActOnPropertyImplDecl()1085 if ((IC = dyn_cast<ObjCImplementationDecl>(ClassImpDecl))) { in ActOnPropertyImplDecl()1155 } else if ((CatImplClass = dyn_cast<ObjCCategoryImplDecl>(ClassImpDecl))) { in ActOnPropertyImplDecl()1248 Diag(ClassImpDecl->getLocation(), diag::note_implemented_by_class) in ActOnPropertyImplDecl()1249 << ClassImpDecl->getName(); in ActOnPropertyImplDecl()1300 Ivar = ObjCIvarDecl::Create(Context, ClassImpDecl, in ActOnPropertyImplDecl()1322 ClassImpDecl->addDecl(Ivar); in ActOnPropertyImplDecl()1418 ObjCMethodDecl *OMD = ClassImpDecl->getMethod( in ActOnPropertyImplDecl()[all …]