Home
last modified time | relevance | path

Searched refs:PriorSubRegion (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSuperDeallocChecker.cpp147 const MemRegion *PriorSubRegion = nullptr; in checkLocation() local
154 PriorSubRegion = SR; in checkLocation()
159 auto *IvarRegion = dyn_cast_or_null<ObjCIvarRegion>(PriorSubRegion); in checkLocation()