Lines Matching defs:Desc
54 void reportUseAfterDealloc(SymbolRef Sym, StringRef Desc, const Stmt *S,
97 StringRef Desc;
100 Desc = "[super dealloc] should not be called multiple times";
102 Desc = StringRef();
105 reportUseAfterDealloc(ReceiverSymbol, Desc, M.getOriginExpr(), C);
159 StringRef Desc = StringRef();
167 Desc = Buf;
170 reportUseAfterDealloc(BaseSym, Desc, S, C);
174 /// Desc will be used to describe the error; otherwise,
177 StringRef Desc,
188 if (Desc.empty())
189 Desc = "Use of 'self' after it has been deallocated";
193 Desc, ErrNode);