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.cpp2159 const LocationContext *LeakContext = N->getLocationContext(); local
2180 if (!VR || VR->getStackFrame() == LeakContext->getCurrentStackFrame())
2189 if (NContext == LeakContext)
2224 if (N->getLocationContext() != LeakContext) {

Completed in 340 milliseconds