Home | History | Annotate | Download | only in Sema

Lines Matching refs:ME

138   } else if (const ObjCMessageExpr *ME = dyn_cast<ObjCMessageExpr>(E)) {
139 if (getLangOptions().ObjCAutoRefCount && ME->isDelegateInitCall()) {
143 const ObjCMethodDecl *MD = ME->getMethodDecl();