Searched defs:AllocationInfo (Results 1 – 1 of 1) sorted by relevance
660 struct AllocationInfo { struct661 const ExplodedNode* N;662 const MemRegion *R;663 const LocationContext *InterestingMethodContext;664 AllocationInfo(const ExplodedNode *InN, in AllocationInfo() argument