Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:OMD

505   llvm::Function *GenerateMethod(const ObjCMethodDecl *OMD,
2581 llvm::Function *CGObjCGNU::GenerateMethod(const ObjCMethodDecl *OMD,
2584 dyn_cast<ObjCCategoryImplDecl>(OMD->getDeclContext());
2587 Selector MethodName = OMD->getSelector();
2588 bool isClassMethod = !OMD->isInstanceMethod();
2592 Types.GetFunctionType(Types.arrangeObjCMethodDeclaration(OMD));