Searched refs:NContext (Results 1 – 3 of 3) sorted by relevance
238 const LocationContext *NContext = N->getLocationContext(); in getStartCallSite() local239 if (NContext == LeakContext || NContext->isParentOf(LeakContext)) in getStartCallSite()
2770 const LocationContext *NContext = N->getLocationContext(); in getAllocationSite() local2771 if (NContext == LeakContext || in getAllocationSite()2772 NContext->isParentOf(LeakContext)) in getAllocationSite()
680 const LocationContext *NContext = N->getLocationContext(); in GetAllocationSite() local707 if (NContext == LeakContext || NContext->isParentOf(LeakContext)) in GetAllocationSite()718 SVal RecV = St->getSVal(RecExpr, NContext); in GetAllocationSite()