Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2955 const ObjCMethodCall *MsgInvocation = dyn_cast<ObjCMethodCall>(&CallOrMsg); in processSummaryOfInlined() local
2956 if (MsgInvocation) { in processSummaryOfInlined()
2957 if (SymbolRef Sym = MsgInvocation->getReceiverSVal().getAsLocSymbol()) { in processSummaryOfInlined()
3040 const ObjCMethodCall *MsgInvocation = dyn_cast<ObjCMethodCall>(&CallOrMsg); in checkSummary() local
3041 if (MsgInvocation) { in checkSummary()
3042 if (SymbolRef Sym = MsgInvocation->getReceiverSVal().getAsLocSymbol()) { in checkSummary()
3048 ErrorRange = MsgInvocation->getOriginExpr()->getReceiverRange(); in checkSummary()