Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp468 if (const auto *MsgInvocation = dyn_cast<ObjCMethodCall>(&CallOrMsg)) { in processSummaryOfInlined() local
469 if (SymbolRef Sym = MsgInvocation->getReceiverSVal().getAsLocSymbol()) { in processSummaryOfInlined()
643 if (const auto *MsgInvocation = dyn_cast<ObjCMethodCall>(&CallOrMsg)) { in checkSummary() local
644 if (SymbolRef Sym = MsgInvocation->getReceiverSVal().getAsLocSymbol()) { in checkSummary()
650 ErrorRange = MsgInvocation->getOriginExpr()->getReceiverRange(); in checkSummary()