Searched refs:ObjCIvarRegion (Results 1 – 5 of 5) sorted by relevance
229 ObjCIvarRegion::ObjCIvarRegion(const ObjCIvarDecl *ivd, const MemRegion* sReg) in ObjCIvarRegion() function in ObjCIvarRegion232 const ObjCIvarDecl *ObjCIvarRegion::getDecl() const { in getDecl()236 QualType ObjCIvarRegion::getValueType() const { in getValueType()315 void ObjCIvarRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion()497 void ObjCIvarRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()573 bool ObjCIvarRegion::canPrintPretty() const { in canPrintPretty()577 void ObjCIvarRegion::printPretty(raw_ostream &os) const { in printPretty()888 const ObjCIvarRegion*891 return getSubRegion<ObjCIvarRegion>(d, superRegion); in getObjCIvarRegion()
61 assert((r == r->getBaseRegion() || isa<ObjCIvarRegion>(r)) && "Not a base"); in BindingKey()472 SVal getBindingForObjCIvar(RegionBindingsConstRef B, const ObjCIvarRegion *R);1227 if (const ObjCIvarRegion *IVR = dyn_cast<ObjCIvarRegion>(R)) { in getBinding()1585 const ObjCIvarRegion* R) { in getBindingForObjCIvar()
186 isa<ObjCIvarRegion>(superReg)) in invalidateRegions()
942 class ObjCIvarRegion : public DeclRegion {946 ObjCIvarRegion(const ObjCIvarDecl *ivd, const MemRegion* sReg);1218 const ObjCIvarRegion *getObjCIvarRegion(const ObjCIvarDecl *ivd,
72 Consequently, although the base region of an ObjCIvarRegion is the entire