Lines Matching defs:SelfVal
1025 SVal SelfVal = getState()->getSelfSVal(getLocationContext());
1026 assert(SelfVal.isValid() && "Calling super but not in ObjC method");
1027 return SelfVal;
1039 SVal SelfVal = getState()->getSelfSVal(getLocationContext());
1041 return (RecVal == SelfVal);
1325 SVal SelfVal = getState()->getSelfSVal(getLocationContext());
1327 if (Receiver == SelfVal.getAsRegion()) {
1403 SVal SelfVal = getReceiverSVal();
1404 if (!SelfVal.isUnknown()) {
1408 Bindings.push_back(std::make_pair(SelfLoc, SelfVal));