Searched refs:LeakContext (Results 1 – 3 of 3) sorted by relevance
492 const LocationContext *LeakContext = N->getLocationContext(); in getAllocationNode() local503 if (NContext == LeakContext || in getAllocationNode()504 NContext->isParentOf(LeakContext)) in getAllocationNode()
2219 const LocationContext *LeakContext = N->getLocationContext(); in GetAllocationSite() local2240 if (!VR || VR->getStackFrame() == LeakContext->getCurrentStackFrame()) in GetAllocationSite()2254 if (NContext == LeakContext || NContext->isParentOf(LeakContext)) in GetAllocationSite()2289 if (N->getLocationContext() != LeakContext) { in GetAllocationSite()
2019 const LocationContext *LeakContext = N->getLocationContext(); in getAllocationSite() local2040 (VR->getStackFrame() == LeakContext->getCurrentStackFrame())) in getAllocationSite()2049 if (NContext == LeakContext || in getAllocationSite()2050 NContext->isParentOf(LeakContext)) in getAllocationSite()