Searched refs:ObjCIvarRegion (Results 1 – 8 of 8) sorted by relevance
143 const ObjCIvarRegion *getIvarRegionForIvarSymbol(SymbolRef IvarSym) const;316 const ObjCIvarRegion *318 return dyn_cast_or_null<ObjCIvarRegion>(IvarSym->getOriginRegion()); in getIvarRegionForIvarSymbol()326 const ObjCIvarRegion *IvarRegion = getIvarRegionForIvarSymbol(IvarSym); in getInstanceSymbolFromIvarSymbol()522 const ObjCIvarRegion *IvarRegion = cast<ObjCIvarRegion>(TVR); in diagnoseMissingReleases()861 const ObjCIvarRegion *RemovedRegion = getIvarRegionForIvarSymbol(Value); in removeValueRequiringRelease()873 const ObjCIvarRegion *UnreleasedRegion = getIvarRegionForIvarSymbol(Sym); in removeValueRequiringRelease()
165 auto *IvarRegion = dyn_cast_or_null<ObjCIvarRegion>(PriorSubRegion); in checkLocation()
2844 if (!Sym || !dyn_cast_or_null<ObjCIvarRegion>(Sym->getOriginRegion())) in checkPostStmt()
225 ObjCIvarRegion::ObjCIvarRegion(const ObjCIvarDecl *ivd, const MemRegion* sReg) in ObjCIvarRegion() function in ObjCIvarRegion228 const ObjCIvarDecl *ObjCIvarRegion::getDecl() const { in getDecl()232 QualType ObjCIvarRegion::getValueType() const { in getValueType()311 void ObjCIvarRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion()502 void ObjCIvarRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()595 bool ObjCIvarRegion::canPrintPrettyAsExpr() const { in canPrintPrettyAsExpr()599 void ObjCIvarRegion::printPrettyAsExpr(raw_ostream &os) const { in printPrettyAsExpr()1009 const ObjCIvarRegion*1012 return getSubRegion<ObjCIvarRegion>(d, superRegion); in getObjCIvarRegion()
65 assert((r == r->getBaseRegion() || isa<ObjCIvarRegion>(r)) && "Not a base"); in BindingKey()504 SVal getBindingForObjCIvar(RegionBindingsConstRef B, const ObjCIvarRegion *R);1434 if (const ObjCIvarRegion *IVR = dyn_cast<ObjCIvarRegion>(R)) { in getBinding()1802 const ObjCIvarRegion* R) { in getBindingForObjCIvar()
75 REGION(ObjCIvarRegion, DeclRegion)
956 class ObjCIvarRegion : public DeclRegion {960 ObjCIvarRegion(const ObjCIvarDecl *ivd, const MemRegion* sReg);1237 const ObjCIvarRegion *getObjCIvarRegion(const ObjCIvarDecl *ivd,
72 Consequently, although the base region of an ObjCIvarRegion is the entire