Lines Matching refs:Desc
53 void reportUseAfterDealloc(SymbolRef Sym, StringRef Desc, const Stmt *S,
96 StringRef Desc; in checkPreObjCMessage() local
99 Desc = "[super dealloc] should not be called multiple times"; in checkPreObjCMessage()
101 Desc = StringRef(); in checkPreObjCMessage()
104 reportUseAfterDealloc(ReceiverSymbol, Desc, M.getOriginExpr(), C); in checkPreObjCMessage()
158 StringRef Desc = StringRef(); in checkLocation() local
166 Desc = OS.str(); in checkLocation()
169 reportUseAfterDealloc(BaseSym, Desc, S, C); in checkLocation()
176 StringRef Desc, in reportUseAfterDealloc() argument
187 if (Desc.empty()) in reportUseAfterDealloc()
188 Desc = "Use of 'self' after it has been deallocated"; in reportUseAfterDealloc()
192 Desc, ErrNode); in reportUseAfterDealloc()