Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp374 CallExitBegin &CallExitLoc, in annotateConsumedSummaryMismatch() argument
417 PathDiagnosticLocation L = PathDiagnosticLocation::create(CallExitLoc, SM); in annotateConsumedSummaryMismatch()
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp476 auto CallExitLoc = N->getLocationAs<CallExitBegin>(); in VisitNode() local
479 if (!CallExitLoc || isModifiedInFrame(N)) in VisitNode()