Home | History | Annotate | Download | only in Checkers

Lines Matching defs:TVR

948   const TypedValueRegion *TVR = dyn_cast<TypedValueRegion>(MR);
967 os << "a C++ temp object of type " << TVR->getValueType().getAsString();
970 os << "a variable of type" << TVR->getValueType().getAsString();
973 os << "a field of type " << TVR->getValueType().getAsString();
976 os << "an instance variable of type " << TVR->getValueType().getAsString();