Home
last modified time | relevance | path

Searched refs:NContext (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2155 const LocationContext *NContext = N->getLocationContext(); in GetAllocationSite() local
2177 if (NContext == LeakContext) in GetAllocationSite()
2188 SVal RecV = St->getSVal(RecExpr, NContext); in GetAllocationSite()