Searched refs:ReceiverSymbol (Results 1 – 2 of 2) sorted by relevance
65 SymbolRef ReceiverSymbol; member in __anonb05c728f0211::SuperDeallocBRVisitor69 SuperDeallocBRVisitor(SymbolRef ReceiverSymbol) in SuperDeallocBRVisitor() argument70 : ReceiverSymbol(ReceiverSymbol), Satisfied(false) {} in SuperDeallocBRVisitor()77 ID.Add(ReceiverSymbol); in Profile()86 SymbolRef ReceiverSymbol = M.getReceiverSVal().getAsSymbol(); in checkPreObjCMessage() local87 if (!ReceiverSymbol) { in checkPreObjCMessage()92 bool AlreadyCalled = State->contains<CalledSuperDealloc>(ReceiverSymbol); in checkPreObjCMessage()104 reportUseAfterDealloc(ReceiverSymbol, Desc, M.getOriginExpr(), C); in checkPreObjCMessage()256 Succ->getState()->contains<CalledSuperDealloc>(ReceiverSymbol); in VisitNode()259 ReceiverSymbol); in VisitNode()
182 if (SymbolRef ReceiverSymbol = ReceiverSVal.getAsSymbol()) { in inferReceiverType() local184 InferredType = ReceiverSymbol->getType(); in inferReceiverType()192 getClassObjectDynamicTypeInfo(State, ReceiverSymbol)) { in inferReceiverType()