Searched refs:TVR (Results 1 – 10 of 10) sorted by relevance
236 const auto *TVR = dyn_cast<TypedValueRegion>(MR); in regionMatchesCXXRecordType() local237 if (!TVR) in regionMatchesCXXRecordType()240 const CXXRecordDecl *RD = TVR->getValueType()->getAsCXXRecordDecl(); in regionMatchesCXXRecordType()310 if (const auto *TVR = dyn_cast<TypedValueRegion>(MR)) in getCXXRecordType() local311 return TVR->getValueType()->getAsCXXRecordDecl(); in getCXXRecordType()
1430 const auto *TVR = dyn_cast_or_null<TypedValueRegion>(R); in tryExtractInitializerFromList() local1432 if (!TVR) in tryExtractInitializerFromList()1439 while (isa<FieldRegion>(TVR) || isa<ElementRegion>(TVR)) { in tryExtractInitializerFromList()1444 if (ITy == TVR->getValueType().getCanonicalType()) in tryExtractInitializerFromList()1447 TVRStack.push(TVR); in tryExtractInitializerFromList()1448 TVR = cast<TypedValueRegion>(TVR->getSuperRegion()); in tryExtractInitializerFromList()1453 if (ITy != TVR->getValueType().getCanonicalType()) in tryExtractInitializerFromList()1458 TVR = TVRStack.top(); in tryExtractInitializerFromList()1469 if (const auto *FR = dyn_cast<FieldRegion>(TVR)) { in tryExtractInitializerFromList()1476 } else if (const auto *ER = dyn_cast<ElementRegion>(TVR)) { in tryExtractInitializerFromList()
351 const TypedValueRegion *TVR = Caller->getParameterLocation( in computeObjectUnderConstruction() local353 if (!TVR) in computeObjectUnderConstruction()356 return loc::MemRegionVal(TVR); in computeObjectUnderConstruction()
274 if (const TypedValueRegion *TVR = in invalidateRegions() local276 ValuesToInvalidate.push_back(loc::MemRegionVal(TVR)); in invalidateRegions()
1421 if (const auto *TVR = dyn_cast<TypedValueRegion>(MR)) in getBinding() local1422 T = TVR->getValueType(); in getBinding()1525 if (const TypedValueRegion *TVR = dyn_cast<TypedValueRegion>(R)) in getUnderlyingType() local1526 RegionTy = TVR->getValueType(); in getUnderlyingType()
1494 if (const auto *TVR = dyn_cast<TypedValueRegion>(R)) { in calculateOffset() local1495 Ty = TVR->getDesugaredValueType(R->getContext()); in calculateOffset()
291 const TypedValueRegion *TVR = dyn_cast_or_null<TypedValueRegion>(MR); in checkBind() local292 if (!TVR) in checkBind()295 if (!TVR->getValueType()->isReferenceType()) in checkBind()
357 if (const auto *TVR = MR->getAs<TypedValueRegion>()) { in analyzerDumpElementCount() local358 ElementTy = TVR->getValueType(); in analyzerDumpElementCount()
1212 const TypedValueRegion *TVR = in checkBind() local1214 if (!TVR) in checkBind()1217 QualType LocType = TVR->getValueType(); in checkBind()
514 const TypedValueRegion *TVR = in diagnoseMissingReleases() local516 const ObjCIvarRegion *IvarRegion = cast<ObjCIvarRegion>(TVR); in diagnoseMissingReleases()