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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp494 const LocationContext *LeakContext = N->getLocationContext(); local
504 if (N->getLocationContext() == LeakContext)
H A DRetainCountChecker.cpp2082 const LocationContext *LeakContext = N->getLocationContext(); local
2103 if (!VR || VR->getStackFrame() == LeakContext->getCurrentStackFrame())
2112 if (NContext == LeakContext)
2147 if (N->getLocationContext() != LeakContext) {

Completed in 95 milliseconds