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;
336 const ObjCMethodCall &M, CheckerContext &C) const { in checkPreObjCMessage()
388 const ObjCMethodCall &M, CheckerContext &C) const { in checkPostObjCMessage()
465 auto *OMC = dyn_cast_or_null<ObjCMethodCall>(Call); in checkPointerEscape()
644 const ObjCMethodCall &M, in diagnoseExtraRelease()
722 const ObjCMethodCall &M, in diagnoseMistakenDealloc()
792 const ObjCMethodCall &M) const { in isSuperDeallocMessage()
926 ObjCDeallocChecker::getValueReleasedByNillingOut(const ObjCMethodCall &M, in getValueReleasedByNillingOut()