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()
1241 if (const TypedValueRegion *TVR = dyn_cast<TypedValueRegion>(R)) { in getAsOffset() local1242 Ty = TVR->getDesugaredValueType(getContext()); in getAsOffset()
1380 if (const TypedValueRegion *TVR = dyn_cast<TypedValueRegion>(R)) in getUnderlyingType() local1381 RegionTy = TVR->getValueType(); in getUnderlyingType()
233 const TypedValueRegion *TVR = dyn_cast_or_null<TypedValueRegion>(MR); in checkBind() local234 if (!TVR) in checkBind()237 if (!TVR->getValueType()->isReferenceType()) in checkBind()
867 const TypedValueRegion *TVR = dyn_cast<TypedValueRegion>(MR); in SummarizeRegion() local886 os << "a C++ temp object of type " << TVR->getValueType().getAsString(); in SummarizeRegion()889 os << "a variable of type" << TVR->getValueType().getAsString(); in SummarizeRegion()892 os << "a field of type " << TVR->getValueType().getAsString(); in SummarizeRegion()895 os << "an instance variable of type " << TVR->getValueType().getAsString(); in SummarizeRegion()