Lines Matching refs:ObjCMethodCall
116 void checkPreObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const;
118 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const;
133 bool diagnoseExtraRelease(SymbolRef ReleasedValue, const ObjCMethodCall &M,
137 const ObjCMethodCall &M,
140 SymbolRef getValueReleasedByNillingOut(const ObjCMethodCall &M,
159 bool isSuperDeallocMessage(const ObjCMethodCall &M) const;
329 const ObjCMethodCall &M, CheckerContext &C) const { in checkPreObjCMessage()
381 const ObjCMethodCall &M, CheckerContext &C) const { in checkPostObjCMessage()
458 auto *OMC = dyn_cast_or_null<ObjCMethodCall>(Call); in checkPointerEscape()
636 const ObjCMethodCall &M, in diagnoseExtraRelease()
714 const ObjCMethodCall &M, in diagnoseMistakenDealloc()
788 const ObjCMethodCall &M) const { in isSuperDeallocMessage()
925 ObjCDeallocChecker::getValueReleasedByNillingOut(const ObjCMethodCall &M, in getValueReleasedByNillingOut()