Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DObjCSuperDeallocChecker.cpp153 const MemRegion *PriorSubRegion = nullptr; in checkLocation() local
160 PriorSubRegion = SR; in checkLocation()
165 auto *IvarRegion = dyn_cast_or_null<ObjCIvarRegion>(PriorSubRegion); in checkLocation()