Searched refs:TVR (Results 1 – 5 of 5) sorted by relevance
231 const TypedValueRegion *TVR = dyn_cast<TypedValueRegion>(MR); in regionMatchesCXXRecordType() local232 if (!TVR) in regionMatchesCXXRecordType()235 const CXXRecordDecl *RD = TVR->getValueType()->getAsCXXRecordDecl(); in regionMatchesCXXRecordType()299 if (const TypedValueRegion *TVR = dyn_cast<TypedValueRegion>(MR)) in getCXXRecordType() local300 return TVR->getValueType()->getAsCXXRecordDecl(); in getCXXRecordType()
1233 if (const TypedValueRegion *TVR = dyn_cast<TypedValueRegion>(R)) { in getAsOffset() local1234 Ty = TVR->getDesugaredValueType(getContext()); in getAsOffset()
1390 if (const TypedValueRegion *TVR = dyn_cast<TypedValueRegion>(R)) in getUnderlyingType() local1391 RegionTy = TVR->getValueType(); in getUnderlyingType()
232 const TypedValueRegion *TVR = dyn_cast_or_null<TypedValueRegion>(MR); in checkBind() local233 if (!TVR) in checkBind()236 if (!TVR->getValueType()->isReferenceType()) in checkBind()
832 const TypedValueRegion *TVR = dyn_cast<TypedValueRegion>(MR); in SummarizeRegion() local851 os << "a C++ temp object of type " << TVR->getValueType().getAsString(); in SummarizeRegion()854 os << "a variable of type" << TVR->getValueType().getAsString(); in SummarizeRegion()857 os << "a field of type " << TVR->getValueType().getAsString(); in SummarizeRegion()860 os << "an instance variable of type " << TVR->getValueType().getAsString(); in SummarizeRegion()