Searched refs:MsgInvocation (Results 1 – 1 of 1) sorted by relevance
2948 const ObjCMethodCall *MsgInvocation = dyn_cast<ObjCMethodCall>(&CallOrMsg); in processSummaryOfInlined() local2949 if (MsgInvocation) { in processSummaryOfInlined()2950 if (SymbolRef Sym = MsgInvocation->getReceiverSVal().getAsLocSymbol()) { in processSummaryOfInlined()3033 const ObjCMethodCall *MsgInvocation = dyn_cast<ObjCMethodCall>(&CallOrMsg); in checkSummary() local3034 if (MsgInvocation) { in checkSummary()3035 if (SymbolRef Sym = MsgInvocation->getReceiverSVal().getAsLocSymbol()) { in checkSummary()3041 ErrorRange = MsgInvocation->getOriginExpr()->getReceiverRange(); in checkSummary()