clang
3.7.0
|
Public Member Functions | |
AllocationInfo (const ExplodedNode *InN, const MemRegion *InR, const LocationContext *InInterestingMethodContext) | |
Public Attributes | |
const ExplodedNode * | N |
const MemRegion * | R |
const LocationContext * | InterestingMethodContext |
Definition at line 2200 of file RetainCountChecker.cpp.
|
inline |
Definition at line 2204 of file RetainCountChecker.cpp.
const LocationContext* AllocationInfo::InterestingMethodContext |
Definition at line 2203 of file RetainCountChecker.cpp.
const ExplodedNode* AllocationInfo::N |
Definition at line 2201 of file RetainCountChecker.cpp.
const MemRegion* AllocationInfo::R |
Definition at line 2202 of file RetainCountChecker.cpp.