Searched refs:LeakContext (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp494 const LocationContext *LeakContext = N->getLocationContext(); local
504 if (N->getLocationContext() == LeakContext)
H A DRetainCountChecker.cpp2147 const LocationContext *LeakContext = N->getLocationContext(); local
2168 if (!VR || VR->getStackFrame() == LeakContext->getCurrentStackFrame())
2177 if (NContext == LeakContext)
2212 if (N->getLocationContext() != LeakContext) {

Completed in 368 milliseconds