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());
721 StartObjCMethod(OMD, IMP->getClassInterface(), OMD->getLocStart());
858 EmitIvarOffset(classImpl->getClassInterface(), ivar);
1144 EmitIvarOffset(classImpl->getClassInterface(), ivar);
1246 StartObjCMethod(OMD, IMP->getClassInterface(), OMD->getLocStart());
1290 const ObjCInterfaceDecl *iface = impl->getClassInterface();
1323 MD->createImplicitParams(CGM.getContext(), IMP->getClassInterface());
1324 StartObjCMethod(MD, IMP->getClassInterface(), MD->getLocStart());