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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp493 const LocationContext *LeakContext = N->getLocationContext(); local
503 if (N->getLocationContext() == LeakContext)
H A DRetainCountChecker.cpp2165 const LocationContext *LeakContext = N->getLocationContext(); local
2179 if (N->getLocationContext() == LeakContext)
2188 if (N->getLocationContext() != LeakContext) {

Completed in 75 milliseconds