Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp513 if (const auto *MsgInvocation = dyn_cast<ObjCMethodCall>(&CallOrMsg)) { in processSummaryOfInlined() local
514 if (SymbolRef Sym = MsgInvocation->getReceiverSVal().getAsLocSymbol()) { in processSummaryOfInlined()
660 if (const auto *MsgInvocation = dyn_cast<ObjCMethodCall>(&CallOrMsg)) { in checkSummary() local
661 if (SymbolRef Sym = MsgInvocation->getReceiverSVal().getAsLocSymbol()) { in checkSummary()
667 ErrorRange = MsgInvocation->getOriginExpr()->getReceiverRange(); in checkSummary()