Searched refs:LeakContext (Results 1 – 3 of 3) sorted by relevance
502 const LocationContext *LeakContext = N->getLocationContext(); in getAllocationNode() local513 if (NContext == LeakContext || in getAllocationNode()514 NContext->isParentOf(LeakContext)) in getAllocationNode()
2003 const LocationContext *LeakContext = N->getLocationContext(); in getAllocationSite() local2024 (VR->getStackFrame() == LeakContext->getCurrentStackFrame())) in getAllocationSite()2033 if (NContext == LeakContext || in getAllocationSite()2034 NContext->isParentOf(LeakContext)) in getAllocationSite()
2194 const LocationContext *LeakContext = N->getLocationContext(); in GetAllocationSite() local2215 if (!VR || VR->getStackFrame() == LeakContext->getCurrentStackFrame()) in GetAllocationSite()2229 if (NContext == LeakContext || NContext->isParentOf(LeakContext)) in GetAllocationSite()2264 if (N->getLocationContext() != LeakContext) { in GetAllocationSite()