Searched refs:MsgSend (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1677 const ObjCMessageExpr *MsgSend = dyn_cast<ObjCMessageExpr>(E); local
1678 if (!MsgSend)
1681 const ObjCMethodDecl *Method = MsgSend->getMethodDecl();
1689 Method->getReturnType().getNonReferenceType(), MsgSend->getType()))
1698 << MsgSend->getType();

Completed in 119 milliseconds