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

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp226 const LocationContext *LeakContext = N->getLocationContext(); local
240 if (NContext == LeakContext || NContext->isParentOf(LeakContext))
H A DMacOSKeychainAPIChecker.cpp444 const LocationContext *LeakContext = N->getLocationContext(); local
455 if (NContext == LeakContext ||
456 NContext->isParentOf(LeakContext))

Completed in 116 milliseconds