Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:OMD

2614     ObjCImplementationDecl *OMD = cast<ObjCImplementationDecl>(D);
2615 EmitObjCPropertyImplementations(OMD);
2616 EmitObjCIvarInitializations(OMD);
2617 ObjCRuntime->GenerateClass(OMD);
2620 DI->getOrCreateInterfaceType(getContext().getObjCInterfaceType(OMD->getClassInterface()),
2621 OMD->getLocation());
2626 ObjCMethodDecl *OMD = cast<ObjCMethodDecl>(D);
2628 if (OMD->getBody())
2629 CodeGenFunction(*this).GenerateObjCMethod(OMD);