Home | History | Annotate | Download | only in Checkers

Lines Matching refs:SymbolRef

54   void reportUseAfterDealloc(SymbolRef Sym, StringRef Desc, const Stmt *S,
61 // SymbolRef for the receiver.
62 REGISTER_SET_WITH_PROGRAMSTATE(CalledSuperDealloc, SymbolRef)
68 SymbolRef ReceiverSymbol;
72 SuperDeallocBRVisitor(SymbolRef ReceiverSymbol)
91 SymbolRef ReceiverSymbol = M.getReceiverSVal().getAsSymbol();
126 SymbolRef ReceiverSymbol = M.getSelfSVal().getAsSymbol();
138 SymbolRef BaseSym = L.getLocSymbolInBase();
181 void ObjCSuperDeallocChecker::reportUseAfterDealloc(SymbolRef Sym,
211 SymbolRef Sym = CE.getArgSVal(I).getAsSymbol();