Searched refs:TVR (Results 1 – 6 of 6) sorted by relevance
233 const auto *TVR = dyn_cast<TypedValueRegion>(MR); in regionMatchesCXXRecordType() local234 if (!TVR) in regionMatchesCXXRecordType()237 const CXXRecordDecl *RD = TVR->getValueType()->getAsCXXRecordDecl(); in regionMatchesCXXRecordType()307 if (const auto *TVR = dyn_cast<TypedValueRegion>(MR)) in getCXXRecordType() local308 return TVR->getValueType()->getAsCXXRecordDecl(); in getCXXRecordType()
1347 if (const auto *TVR = dyn_cast<TypedValueRegion>(R)) { in calculateOffset() local1348 Ty = TVR->getDesugaredValueType(R->getContext()); in calculateOffset()
1575 if (const TypedValueRegion *TVR = dyn_cast<TypedValueRegion>(R)) in getUnderlyingType() local1576 RegionTy = TVR->getValueType(); in getUnderlyingType()
253 const TypedValueRegion *TVR = dyn_cast_or_null<TypedValueRegion>(MR); in checkBind() local254 if (!TVR) in checkBind()257 if (!TVR->getValueType()->isReferenceType()) in checkBind()
1050 const TypedValueRegion *TVR = in checkBind() local1052 if (!TVR) in checkBind()1055 QualType LocType = TVR->getValueType(); in checkBind()
513 const TypedValueRegion *TVR = in diagnoseMissingReleases() local515 const ObjCIvarRegion *IvarRegion = cast<ObjCIvarRegion>(TVR); in diagnoseMissingReleases()