Searched refs:NContext (Results 1 – 3 of 3) sorted by relevance
502 const LocationContext *NContext = N->getLocationContext(); in getAllocationNode() local503 if (NContext == LeakContext || in getAllocationNode()504 NContext->isParentOf(LeakContext)) in getAllocationNode()
2227 const LocationContext *NContext = N->getLocationContext(); in GetAllocationSite() local2254 if (NContext == LeakContext || NContext->isParentOf(LeakContext)) in GetAllocationSite()2265 SVal RecV = St->getSVal(RecExpr, NContext); in GetAllocationSite()
2048 const LocationContext *NContext = N->getLocationContext(); in getAllocationSite() local2049 if (NContext == LeakContext || in getAllocationSite()2050 NContext->isParentOf(LeakContext)) in getAllocationSite()