Searched refs:MsgInvocation (Results 1 – 1 of 1) sorted by relevance
2861 const ObjCMethodCall *MsgInvocation = dyn_cast<ObjCMethodCall>(&CallOrMsg); in processSummaryOfInlined() local2862 if (MsgInvocation) { in processSummaryOfInlined()2863 if (SymbolRef Sym = MsgInvocation->getReceiverSVal().getAsLocSymbol()) { in processSummaryOfInlined()2877 if (wasSynthesizedProperty(MsgInvocation, C.getPredecessor())) { in processSummaryOfInlined()2922 const ObjCMethodCall *MsgInvocation = dyn_cast<ObjCMethodCall>(&CallOrMsg); in checkSummary() local2923 if (MsgInvocation) { in checkSummary()2924 if (SymbolRef Sym = MsgInvocation->getReceiverSVal().getAsLocSymbol()) { in checkSummary()2930 ErrorRange = MsgInvocation->getOriginExpr()->getReceiverRange(); in checkSummary()