Home
last modified time | relevance | path

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

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