Home
last modified time | relevance | path

Searched refs:MsgInvocation (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2861 const ObjCMethodCall *MsgInvocation = dyn_cast<ObjCMethodCall>(&CallOrMsg); in processSummaryOfInlined() local
2862 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() local
2923 if (MsgInvocation) { in checkSummary()
2924 if (SymbolRef Sym = MsgInvocation->getReceiverSVal().getAsLocSymbol()) { in checkSummary()
2930 ErrorRange = MsgInvocation->getOriginExpr()->getReceiverRange(); in checkSummary()