Searched defs:MsgSend (Results 1 - 1 of 1) sorted by path

/external/clang/lib/Sema/
H A DSemaExprObjC.cpp1248 const ObjCMessageExpr *MsgSend = dyn_cast<ObjCMessageExpr>(E); local
1249 if (!MsgSend)
1252 const ObjCMethodDecl *Method = MsgSend->getMethodDecl();
1260 Method->getReturnType().getNonReferenceType(), MsgSend->getType()))
1269 << MsgSend->getType();

Completed in 260 milliseconds