clang  3.7.0
Public Member Functions | Public Attributes | List of all members
AllocationInfo Struct Reference
Collaboration diagram for AllocationInfo:
[legend]

Public Member Functions

 AllocationInfo (const ExplodedNode *InN, const MemRegion *InR, const LocationContext *InInterestingMethodContext)
 

Public Attributes

const ExplodedNodeN
 
const MemRegionR
 
const LocationContextInterestingMethodContext
 

Detailed Description

Definition at line 2200 of file RetainCountChecker.cpp.

Constructor & Destructor Documentation

AllocationInfo::AllocationInfo ( const ExplodedNode InN,
const MemRegion InR,
const LocationContext InInterestingMethodContext 
)
inline

Definition at line 2204 of file RetainCountChecker.cpp.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: