Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:OMD

150 StringRef CGDebugInfo::getObjCMethodName(const ObjCMethodDecl *OMD) {
153 OS << (OMD->isInstanceMethod() ? '-' : '+') << '[';
154 const DeclContext *DC = OMD->getDeclContext();
166 OS << ' ' << OMD->getSelector().getAsString() << ']';
2247 } else if (const ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(D)) {
2248 Name = getObjCMethodName(OMD);