Home | History | Annotate | Download | only in Core

Lines Matching defs:Receiver

976   const Expr *Receiver = ME->getInstanceReceiver();
977 if (!Receiver)
980 const SVal &V = state->getSVal(Receiver, N->getLocationContext());
988 // The receiver was nil, and hence the method was skipped.
990 // the receiver was null.
991 bugreporter::trackNullOrUndefValue(N, Receiver, BR);
993 PathDiagnosticLocation L(Receiver, BRC.getSourceManager(),
996 "because the receiver is nil");