Home | History | Annotate | Download | only in Sema

Lines Matching refs:ME

237   if (const ObjCMessageExpr *ME = dyn_cast<ObjCMessageExpr>(E)) {
238 if (getLangOpts().ObjCAutoRefCount && ME->isDelegateInitCall()) {
242 const ObjCMethodDecl *MD = ME->getMethodDecl();