Searched refs:TVR (Results 1 – 9 of 9) sorted by relevance
235 const auto *TVR = dyn_cast<TypedValueRegion>(MR); in regionMatchesCXXRecordType() local236 if (!TVR) in regionMatchesCXXRecordType()239 const CXXRecordDecl *RD = TVR->getValueType()->getAsCXXRecordDecl(); in regionMatchesCXXRecordType()309 if (const auto *TVR = dyn_cast<TypedValueRegion>(MR)) in getCXXRecordType() local310 return TVR->getValueType()->getAsCXXRecordDecl(); in getCXXRecordType()
316 const TypedValueRegion *TVR = Caller->getParameterLocation( in computeObjectUnderConstruction() local318 if (!TVR) in computeObjectUnderConstruction()321 return loc::MemRegionVal(TVR); in computeObjectUnderConstruction()
293 if (const TypedValueRegion *TVR = in invalidateRegions() local295 ValuesToInvalidate.push_back(loc::MemRegionVal(TVR)); in invalidateRegions()
1455 if (const auto *TVR = dyn_cast<TypedValueRegion>(R)) { in calculateOffset() local1456 Ty = TVR->getDesugaredValueType(R->getContext()); in calculateOffset()
1535 if (const TypedValueRegion *TVR = dyn_cast<TypedValueRegion>(R)) in getUnderlyingType() local1536 RegionTy = TVR->getValueType(); in getUnderlyingType()
260 const TypedValueRegion *TVR = dyn_cast_or_null<TypedValueRegion>(MR); in checkBind() local261 if (!TVR) in checkBind()264 if (!TVR->getValueType()->isReferenceType()) in checkBind()
307 if (const auto *TVR = MR->getAs<TypedValueRegion>()) { in analyzerDumpElementCount() local308 ElementTy = TVR->getValueType(); in analyzerDumpElementCount()
1096 const TypedValueRegion *TVR = in checkBind() local1098 if (!TVR) in checkBind()1101 QualType LocType = TVR->getValueType(); in checkBind()
513 const TypedValueRegion *TVR = in diagnoseMissingReleases() local515 const ObjCIvarRegion *IvarRegion = cast<ObjCIvarRegion>(TVR); in diagnoseMissingReleases()