clang API Documentation

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 2132 of file RetainCountChecker.cpp.
| AllocationInfo::AllocationInfo | ( | const ExplodedNode * | InN, |
| const MemRegion * | InR, | ||
| const LocationContext * | InInterestingMethodContext | ||
| ) | [inline] |
Definition at line 2136 of file RetainCountChecker.cpp.
Definition at line 2135 of file RetainCountChecker.cpp.
| const ExplodedNode* AllocationInfo::N |
Definition at line 2133 of file RetainCountChecker.cpp.
| const MemRegion* AllocationInfo::R |
Definition at line 2134 of file RetainCountChecker.cpp.