Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getClassInterface

72   const ObjCInterfaceDecl *ClassDecl = BoxingMethod->getClassInterface();
375 OMD->getClassInterface(),
413 const ObjCInterfaceDecl *iface = impl->getClassInterface();
479 StartObjCMethod(OMD, OMD->getClassInterface(), OMD->getLocStart());
711 StartObjCMethod(OMD, IMP->getClassInterface(), OMD->getLocStart());
842 EmitIvarOffset(classImpl->getClassInterface(), ivar);
1118 EmitIvarOffset(classImpl->getClassInterface(), ivar);
1219 StartObjCMethod(OMD, IMP->getClassInterface(), OMD->getLocStart());
1263 const ObjCInterfaceDecl *iface = impl->getClassInterface();
1296 MD->createImplicitParams(CGM.getContext(), IMP->getClassInterface());
1297 StartObjCMethod(MD, IMP->getClassInterface(), MD->getLocStart());