Searched defs:MsgInvocation (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp2861 const ObjCMethodCall *MsgInvocation = dyn_cast<ObjCMethodCall>(&CallOrMsg); local
2862 if (MsgInvocation) {
2863 if (SymbolRef Sym = MsgInvocation->getReceiverSVal().getAsLocSymbol()) {
2877 if (wasSynthesizedProperty(MsgInvocation, C.getPredecessor())) {
2922 const ObjCMethodCall *MsgInvocation = dyn_cast<ObjCMethodCall>(&CallOrMsg); local
2923 if (MsgInvocation) {
2924 if (SymbolRef Sym = MsgInvocation->getReceiverSVal().getAsLocSymbol()) {
2930 ErrorRange = MsgInvocation->getOriginExpr()->getReceiverRange();

Completed in 101 milliseconds