Searched refs:ObjCIvarRegion (Results 1 – 10 of 10) sorted by relevance
36 static const ObjCIvarRegion *getParentIvarRegion(const MemRegion *R);54 const ObjCIvarRegion *58 if (const ObjCIvarRegion *IR = dyn_cast<ObjCIvarRegion>(SR)) in getParentIvarRegion()114 } else if (const ObjCIvarRegion *IVR = getParentIvarRegion(R)) { in CheckDispatchOnce()
144 const ObjCIvarRegion *getIvarRegionForIvarSymbol(SymbolRef IvarSym) const;310 const ObjCIvarRegion *312 return dyn_cast_or_null<ObjCIvarRegion>(IvarSym->getOriginRegion()); in getIvarRegionForIvarSymbol()320 const ObjCIvarRegion *IvarRegion = getIvarRegionForIvarSymbol(IvarSym); in getInstanceSymbolFromIvarSymbol()516 const ObjCIvarRegion *IvarRegion = cast<ObjCIvarRegion>(TVR); in diagnoseMissingReleases()859 const ObjCIvarRegion *RemovedRegion = getIvarRegionForIvarSymbol(Value); in removeValueRequiringRelease()871 const ObjCIvarRegion *UnreleasedRegion = getIvarRegionForIvarSymbol(Sym); in removeValueRequiringRelease()
160 auto *IvarRegion = dyn_cast_or_null<ObjCIvarRegion>(PriorSubRegion); in checkLocation()
213 ObjCIvarRegion::ObjCIvarRegion(const ObjCIvarDecl *ivd, const SubRegion *sReg) in ObjCIvarRegion() function in ObjCIvarRegion216 const ObjCIvarDecl *ObjCIvarRegion::getDecl() const { in getDecl()220 QualType ObjCIvarRegion::getValueType() const { in getValueType()303 void ObjCIvarRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion()513 void ObjCIvarRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()612 bool ObjCIvarRegion::canPrintPrettyAsExpr() const { in canPrintPrettyAsExpr()616 void ObjCIvarRegion::printPrettyAsExpr(raw_ostream &os) const { in printPrettyAsExpr()1035 const ObjCIvarRegion*1038 return getSubRegion<ObjCIvarRegion>(d, superRegion); in getObjCIvarRegion()
65 assert((r == r->getBaseRegion() || isa<ObjCIvarRegion>(r) || in BindingKey()526 SVal getBindingForObjCIvar(RegionBindingsConstRef B, const ObjCIvarRegion *R);1486 if (const ObjCIvarRegion *IVR = dyn_cast<ObjCIvarRegion>(R)) { in getBinding()1912 const ObjCIvarRegion* R) { in getBindingForObjCIvar()
332 if (const auto *IvarR = dyn_cast<ObjCIvarRegion>(RegionOfInterest)) { in VisitNode()
76 REGION(ObjCIvarRegion, DeclRegion)
1041 class ObjCIvarRegion : public DeclRegion {1044 ObjCIvarRegion(const ObjCIvarDecl *ivd, const SubRegion *sReg);1357 const ObjCIvarRegion *getObjCIvarRegion(const ObjCIvarDecl *ivd,
199 std::string VisitObjCIvarRegion(const ObjCIvarRegion *R) { in VisitObjCIvarRegion()
348 if (!Sym || !dyn_cast_or_null<ObjCIvarRegion>(Sym->getOriginRegion())) in checkPostStmt()