Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp497 PathDiagnosticLocation *LastCallLocation = nullptr) { in adjustCallLocations() argument
504 if (LastCallLocation) { in adjustCallLocations()
507 Call->callEnter = *LastCallLocation; in adjustCallLocations()
509 Call->callReturn = *LastCallLocation; in adjustCallLocations()