Searched refs:ObjCIvarRegion (Results 1 – 4 of 4) sorted by relevance
224 ObjCIvarRegion::ObjCIvarRegion(const ObjCIvarDecl *ivd, const MemRegion* sReg) in ObjCIvarRegion() function in ObjCIvarRegion227 const ObjCIvarDecl *ObjCIvarRegion::getDecl() const { in getDecl()231 QualType ObjCIvarRegion::getValueType() const { in getValueType()309 void ObjCIvarRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion()489 void ObjCIvarRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()874 const ObjCIvarRegion*877 return getSubRegion<ObjCIvarRegion>(d, superRegion); in getObjCIvarRegion()
60 assert((r == r->getBaseRegion() || isa<ObjCIvarRegion>(r)) && "Not a base"); in BindingKey()332 SVal getBindingForObjCIvar(Store store, const ObjCIvarRegion *R);1103 if (const ObjCIvarRegion *IVR = dyn_cast<ObjCIvarRegion>(R)) { in getBinding()1395 const ObjCIvarRegion* R) { in getBindingForObjCIvar()
175 isa<ObjCIvarRegion>(superReg)) in invalidateRegions()
929 class ObjCIvarRegion : public DeclRegion {933 ObjCIvarRegion(const ObjCIvarDecl *ivd, const MemRegion* sReg);1200 const ObjCIvarRegion *getObjCIvarRegion(const ObjCIvarDecl *ivd,