Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:OMD

2803     ObjCImplementationDecl *OMD = cast<ObjCImplementationDecl>(D);
2804 EmitObjCPropertyImplementations(OMD);
2805 EmitObjCIvarInitializations(OMD);
2806 ObjCRuntime->GenerateClass(OMD);
2811 OMD->getClassInterface()), OMD->getLocation());
2815 ObjCMethodDecl *OMD = cast<ObjCMethodDecl>(D);
2817 if (OMD->getBody())
2818 CodeGenFunction(*this).GenerateObjCMethod(OMD);