Searched refs:ObjCIvarRegion (Results 1 – 11 of 11) 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()858 const ObjCIvarRegion *RemovedRegion = getIvarRegionForIvarSymbol(Value); in removeValueRequiringRelease()870 const ObjCIvarRegion *UnreleasedRegion = getIvarRegionForIvarSymbol(Sym); in removeValueRequiringRelease()
159 auto *IvarRegion = dyn_cast_or_null<ObjCIvarRegion>(PriorSubRegion); in checkLocation()
164 ObjCIvarRegion::ObjCIvarRegion(const ObjCIvarDecl *ivd, const SubRegion *sReg) in ObjCIvarRegion() function in ObjCIvarRegion169 const ObjCIvarDecl *ObjCIvarRegion::getDecl() const { return IVD; } in getDecl()171 QualType ObjCIvarRegion::getValueType() const { in getValueType()285 void ObjCIvarRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion()293 void ObjCIvarRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile()510 void ObjCIvarRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()627 bool ObjCIvarRegion::canPrintPrettyAsExpr() const { in canPrintPrettyAsExpr()631 void ObjCIvarRegion::printPrettyAsExpr(raw_ostream &os) const { in printPrettyAsExpr()1186 const ObjCIvarRegion*1189 return getSubRegion<ObjCIvarRegion>(d, superRegion); in getObjCIvarRegion()
66 isa<ObjCIvarRegion, CXXDerivedObjectRegion>(r)) && in BindingKey()567 SVal getBindingForObjCIvar(RegionBindingsConstRef B, const ObjCIvarRegion *R);1482 if (const ObjCIvarRegion *IVR = dyn_cast<ObjCIvarRegion>(R)) { in getBinding()2175 const ObjCIvarRegion* R) { in getBindingForObjCIvar()
679 if (const auto *IvarR = dyn_cast<ObjCIvarRegion>(RegionOfInterest)) { in maybeEmitNoteForObjCSelf()
75 REGION(ObjCIvarRegion, DeclRegion)
1136 class ObjCIvarRegion : public DeclRegion {1141 ObjCIvarRegion(const ObjCIvarDecl *ivd, const SubRegion *sReg);1484 const ObjCIvarRegion *getObjCIvarRegion(const ObjCIvarDecl *ivd,
223 std::string VisitObjCIvarRegion(const ObjCIvarRegion *R) { in VisitObjCIvarRegion()
80 Consequently, although the base region of an ObjCIvarRegion is the entire
294 if (!Sym || !isa_and_nonnull<ObjCIvarRegion>(Sym->getOriginRegion())) in checkPostStmt()