Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp380 CallExitBegin &CallExitLoc, in annotateConsumedSummaryMismatch() argument
423 PathDiagnosticLocation L = PathDiagnosticLocation::create(CallExitLoc, SM); in annotateConsumedSummaryMismatch()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp573 auto CallExitLoc = N->getLocationAs<CallExitBegin>(); in VisitNode() local
576 if (!CallExitLoc || isRegionOfInterestModifiedInFrame(N)) in VisitNode()
649 auto CallExitLoc = N->getLocationAs<CallExitBegin>(); in findModifyingFrames() local
650 if (CallExitLoc) { in findModifyingFrames()