Searched defs:MsgE (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp32 const ObjCObjectType *getObjectTypeForAllocAndNew(const ObjCMessageExpr *MsgE,
128 const ObjCMessageExpr *MsgE = Msg->getOriginExpr(); local
129 const ObjCObjectType *ObjTy = getObjectTypeForAllocAndNew(MsgE, C);
210 DynamicTypePropagation::getObjectTypeForAllocAndNew(const ObjCMessageExpr *MsgE, argument
212 if (MsgE->getReceiverKind() == ObjCMessageExpr::Class) {
214 = MsgE->getClassReceiver()->getAs<ObjCObjectType>())
218 if (MsgE->getReceiverKind() == ObjCMessageExpr::SuperClass) {
220 = MsgE->getSuperType()->getAs<ObjCObjectType>())
224 const Expr *RecE = MsgE->getInstanceReceiver();

Completed in 49 milliseconds