Lines Matching refs:ObjCMethodCall
122 void checkPreObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const;
124 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const;
139 bool diagnoseExtraRelease(SymbolRef ReleasedValue, const ObjCMethodCall &M,
143 const ObjCMethodCall &M,
146 SymbolRef getValueReleasedByNillingOut(const ObjCMethodCall &M,
165 bool isSuperDeallocMessage(const ObjCMethodCall &M) const;
337 const ObjCMethodCall &M, CheckerContext &C) const { in checkPreObjCMessage()
389 const ObjCMethodCall &M, CheckerContext &C) const { in checkPostObjCMessage()
466 auto *OMC = dyn_cast_or_null<ObjCMethodCall>(Call); in checkPointerEscape()
644 const ObjCMethodCall &M, in diagnoseExtraRelease()
722 const ObjCMethodCall &M, in diagnoseMistakenDealloc()
779 const ObjCMethodCall &M) const { in isSuperDeallocMessage()
916 ObjCDeallocChecker::getValueReleasedByNillingOut(const ObjCMethodCall &M, in getValueReleasedByNillingOut()