Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:OMD

512   llvm::Function *GenerateMethod(const ObjCMethodDecl *OMD,
2615 llvm::Function *CGObjCGNU::GenerateMethod(const ObjCMethodDecl *OMD,
2618 dyn_cast<ObjCCategoryImplDecl>(OMD->getDeclContext());
2621 Selector MethodName = OMD->getSelector();
2622 bool isClassMethod = !OMD->isInstanceMethod();
2626 Types.GetFunctionType(Types.arrangeObjCMethodDeclaration(OMD));