Lines Matching refs:TVR
867 const TypedValueRegion *TVR = dyn_cast<TypedValueRegion>(MR);
886 os << "a C++ temp object of type " << TVR->getValueType().getAsString();
889 os << "a variable of type" << TVR->getValueType().getAsString();
892 os << "a field of type " << TVR->getValueType().getAsString();
895 os << "an instance variable of type " << TVR->getValueType().getAsString();