Home | History | Annotate | Download | only in Sema

Lines Matching defs:IC

813   ObjCImplementationDecl *IC = 0;
815 if ((IC = dyn_cast<ObjCImplementationDecl>(ClassImpDecl))) {
816 IDecl = IC->getClassInterface();
834 Diag(IC->getLocation(), diag::warn_auto_implicit_atomic_property);
1200 if (IC) {
1203 IC->FindPropertyImplIvarDecl(PropertyIvar)) {
1211 = IC->FindPropertyImplDecl(PropertyId)) {
1216 IC->addPropertyImplementation(PIDecl);
1233 declaresSameEntity(IC->getClassInterface(), ClassDeclared)) {
1651 ObjCImplementationDecl *IC=dyn_cast_or_null<ObjCImplementationDecl>(D);
1652 if (!IC)
1654 if (ObjCInterfaceDecl* IDecl = IC->getClassInterface())
1656 DefaultSynthesizeProperties(S, IC, IDecl);