Lines Matching refs:SymbolRef
53 void reportUseAfterDealloc(SymbolRef Sym, StringRef Desc, const Stmt *S,
60 // SymbolRef for the receiver.
61 REGISTER_SET_WITH_PROGRAMSTATE(CalledSuperDealloc, SymbolRef)
65 SymbolRef ReceiverSymbol;
69 SuperDeallocBRVisitor(SymbolRef ReceiverSymbol)
86 SymbolRef ReceiverSymbol = M.getReceiverSVal().getAsSymbol();
120 SymbolRef SelfSymbol = State->getSelfSVal(LC).getAsSymbol();
132 SymbolRef BaseSym = L.getLocSymbolInBase();
175 void ObjCSuperDeallocChecker::reportUseAfterDealloc(SymbolRef Sym,
205 SymbolRef Sym = CE.getArgSVal(I).getAsSymbol();