Lines Matching refs:IC
827 ObjCImplementationDecl *IC = nullptr; in ActOnPropertyImplDecl() local
829 if ((IC = dyn_cast<ObjCImplementationDecl>(ClassImpDecl))) { in ActOnPropertyImplDecl()
830 IDecl = IC->getClassInterface(); in ActOnPropertyImplDecl()
848 Diag(IC->getLocation(), diag::warn_auto_implicit_atomic_property); in ActOnPropertyImplDecl()
1244 if (IC) { in ActOnPropertyImplDecl()
1247 IC->FindPropertyImplIvarDecl(PropertyIvar)) { in ActOnPropertyImplDecl()
1255 = IC->FindPropertyImplDecl(PropertyId)) { in ActOnPropertyImplDecl()
1260 IC->addPropertyImplementation(PIDecl); in ActOnPropertyImplDecl()
1277 declaresSameEntity(IC->getClassInterface(), ClassDeclared)) { in ActOnPropertyImplDecl()
1624 ObjCImplementationDecl *IC=dyn_cast_or_null<ObjCImplementationDecl>(D); in DefaultSynthesizeProperties() local
1625 if (!IC) in DefaultSynthesizeProperties()
1627 if (ObjCInterfaceDecl* IDecl = IC->getClassInterface()) in DefaultSynthesizeProperties()
1629 DefaultSynthesizeProperties(S, IC, IDecl); in DefaultSynthesizeProperties()