Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSuperDeallocChecker.cpp148 const MemRegion *PriorSubRegion = nullptr; in checkLocation() local
155 PriorSubRegion = SR; in checkLocation()
160 auto *IvarRegion = dyn_cast_or_null<ObjCIvarRegion>(PriorSubRegion); in checkLocation()