Home | History | Annotate | Download | only in Checkers

Lines Matching defs:Msg

1250   if (const ObjCMessageExpr *Msg = dyn_cast<ObjCMessageExpr>(E)) {
1251 if (Msg->isInstanceMessage())
1255 Msg->getSelector().print(os);
2390 if (const ObjCMethodCall *Msg = dyn_cast<ObjCMethodCall>(Call)) {
2398 if (isKnownDeallocObjCMethodName(*Msg))
2405 if (Optional<bool> FreeWhenDone = getFreeWhenDoneArg(*Msg))
2412 StringRef FirstSlot = Msg->getSelector().getNameForSlot(0);
2430 if (Msg->getMethodFamily() == OMF_init) {
2431 EscapingSymbol = Msg->getReceiverSVal().getAsSymbol();
2613 const char *Msg = nullptr;
2637 Msg = "Memory is allocated";
2641 Msg = "Memory is released";
2645 Msg = "Memory ownership is transferred";
2649 Msg = "Reallocation failed";
2669 Msg = "Attempt to reallocate memory";
2677 if (!Msg)
2684 return new PathDiagnosticEventPiece(Pos, Msg, true, StackHint);