Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2948 const ObjCMethodCall *MsgInvocation = dyn_cast<ObjCMethodCall>(&CallOrMsg); in processSummaryOfInlined() local
2949 if (MsgInvocation) { in processSummaryOfInlined()
2950 if (SymbolRef Sym = MsgInvocation->getReceiverSVal().getAsLocSymbol()) { in processSummaryOfInlined()
3033 const ObjCMethodCall *MsgInvocation = dyn_cast<ObjCMethodCall>(&CallOrMsg); in checkSummary() local
3034 if (MsgInvocation) { in checkSummary()
3035 if (SymbolRef Sym = MsgInvocation->getReceiverSVal().getAsLocSymbol()) { in checkSummary()
3041 ErrorRange = MsgInvocation->getOriginExpr()->getReceiverRange(); in checkSummary()