Lines Matching refs:ObjCMethodCall
52 static StringRef GetReceiverInterfaceName(const ObjCMethodCall &msg) {
118 const ObjCMethodCall &msg, unsigned Arg,
129 void checkPreObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const;
151 const ObjCMethodCall &msg,
216 void NilArgChecker::checkPreObjCMessage(const ObjCMethodCall &msg,
632 void checkPreObjCMessage(const ObjCMethodCall &msg, CheckerContext &C) const;
636 void ClassReleaseChecker::checkPreObjCMessage(const ObjCMethodCall &msg,
690 bool isVariadicMessage(const ObjCMethodCall &msg) const;
693 void checkPreObjCMessage(const ObjCMethodCall &msg, CheckerContext &C) const;
700 VariadicMethodTypeChecker::isVariadicMessage(const ObjCMethodCall &msg) const {
745 void VariadicMethodTypeChecker::checkPreObjCMessage(const ObjCMethodCall &msg,
845 bool isCollectionCountMethod(const ObjCMethodCall &M,
851 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const;
1033 bool ObjCLoopChecker::isCollectionCountMethod(const ObjCMethodCall &M,
1048 void ObjCLoopChecker::checkPostObjCMessage(const ObjCMethodCall &M,
1092 const ObjCMethodCall *Message = dyn_cast_or_null<ObjCMethodCall>(Call);
1209 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const;
1223 void ObjCNonNilReturnValueChecker::checkPostObjCMessage(const ObjCMethodCall &M,