Lines Matching refs:ObjCMethodCall
117 void checkPreObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const;
119 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const;
134 bool diagnoseExtraRelease(SymbolRef ReleasedValue, const ObjCMethodCall &M,
138 const ObjCMethodCall &M,
141 SymbolRef getValueReleasedByNillingOut(const ObjCMethodCall &M,
160 bool isSuperDeallocMessage(const ObjCMethodCall &M) const;
330 const ObjCMethodCall &M, CheckerContext &C) const { in checkPreObjCMessage()
382 const ObjCMethodCall &M, CheckerContext &C) const { in checkPostObjCMessage()
459 auto *OMC = dyn_cast_or_null<ObjCMethodCall>(Call); in checkPointerEscape()
637 const ObjCMethodCall &M, in diagnoseExtraRelease()
715 const ObjCMethodCall &M, in diagnoseMistakenDealloc()
789 const ObjCMethodCall &M) const { in isSuperDeallocMessage()
926 ObjCDeallocChecker::getValueReleasedByNillingOut(const ObjCMethodCall &M, in getValueReleasedByNillingOut()