Searched refs:TVR (Results 1 – 6 of 6) sorted by relevance
220 const TypedValueRegion *TVR = dyn_cast<TypedValueRegion>(MR); in regionMatchesCXXRecordType() local221 if (!TVR) in regionMatchesCXXRecordType()224 const CXXRecordDecl *RD = TVR->getValueType()->getAsCXXRecordDecl(); in regionMatchesCXXRecordType()288 if (const TypedValueRegion *TVR = dyn_cast<TypedValueRegion>(MR)) in getCXXRecordType() local289 return TVR->getValueType()->getAsCXXRecordDecl(); in getCXXRecordType()
1246 if (const TypedValueRegion *TVR = dyn_cast<TypedValueRegion>(R)) { in getAsOffset() local1247 Ty = TVR->getDesugaredValueType(getContext()); in getAsOffset()
1477 if (const TypedValueRegion *TVR = dyn_cast<TypedValueRegion>(R)) in getUnderlyingType() local1478 RegionTy = TVR->getValueType(); in getUnderlyingType()
237 const TypedValueRegion *TVR = dyn_cast_or_null<TypedValueRegion>(MR); in checkBind() local238 if (!TVR) in checkBind()241 if (!TVR->getValueType()->isReferenceType()) in checkBind()
893 const TypedValueRegion *TVR = in checkBind() local895 if (!TVR) in checkBind()898 QualType LocType = TVR->getValueType(); in checkBind()
948 const TypedValueRegion *TVR = dyn_cast<TypedValueRegion>(MR); in SummarizeRegion() local967 os << "a C++ temp object of type " << TVR->getValueType().getAsString(); in SummarizeRegion()970 os << "a variable of type" << TVR->getValueType().getAsString(); in SummarizeRegion()973 os << "a field of type " << TVR->getValueType().getAsString(); in SummarizeRegion()976 os << "an instance variable of type " << TVR->getValueType().getAsString(); in SummarizeRegion()