Home | History | Annotate | Download | only in Checkers

Lines Matching refs:ObjCMethodCall

183   void checkPostObjCMessage(const ObjCMethodCall &Call, CheckerContext &C) const;
796 static bool isKnownDeallocObjCMethodName(const ObjCMethodCall &Call) {
811 static Optional<bool> getFreeWhenDoneArg(const ObjCMethodCall &Call) {
822 void MallocChecker::checkPostObjCMessage(const ObjCMethodCall &Call,
2049 if (!(isa<SimpleFunctionCall>(Call) || isa<ObjCMethodCall>(Call)))
2053 if (const ObjCMethodCall *Msg = dyn_cast<ObjCMethodCall>(Call)) {