Lines Matching refs:Desc
54 void reportUseAfterDealloc(SymbolRef Sym, StringRef Desc, const Stmt *S,
97 StringRef Desc; in checkPreObjCMessage() local
100 Desc = "[super dealloc] should not be called multiple times"; in checkPreObjCMessage()
102 Desc = StringRef(); in checkPreObjCMessage()
105 reportUseAfterDealloc(ReceiverSymbol, Desc, M.getOriginExpr(), C); in checkPreObjCMessage()
159 StringRef Desc = StringRef(); in checkLocation() local
167 Desc = OS.str(); in checkLocation()
170 reportUseAfterDealloc(BaseSym, Desc, S, C); in checkLocation()
177 StringRef Desc, in reportUseAfterDealloc() argument
188 if (Desc.empty()) in reportUseAfterDealloc()
189 Desc = "Use of 'self' after it has been deallocated"; in reportUseAfterDealloc()
193 Desc, ErrNode); in reportUseAfterDealloc()