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

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp572 auto CallExitLoc = N->getLocationAs<CallExitBegin>(); local
575 if (!CallExitLoc || isRegionOfInterestModifiedInFrame(N))
648 auto CallExitLoc = N->getLocationAs<CallExitBegin>(); local
649 if (CallExitLoc) {

Completed in 200 milliseconds