Searched refs:MsgInvocation (Results 1 – 1 of 1) sorted by relevance
2955 const ObjCMethodCall *MsgInvocation = dyn_cast<ObjCMethodCall>(&CallOrMsg); in processSummaryOfInlined() local2956 if (MsgInvocation) { in processSummaryOfInlined()2957 if (SymbolRef Sym = MsgInvocation->getReceiverSVal().getAsLocSymbol()) { in processSummaryOfInlined()3040 const ObjCMethodCall *MsgInvocation = dyn_cast<ObjCMethodCall>(&CallOrMsg); in checkSummary() local3041 if (MsgInvocation) { in checkSummary()3042 if (SymbolRef Sym = MsgInvocation->getReceiverSVal().getAsLocSymbol()) { in checkSummary()3048 ErrorRange = MsgInvocation->getOriginExpr()->getReceiverRange(); in checkSummary()