Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp507 PathDiagnosticLocation *LastCallLocation = nullptr) { in adjustCallLocations() argument
514 if (LastCallLocation) { in adjustCallLocations()
517 Call->callEnter = *LastCallLocation; in adjustCallLocations()
519 Call->callReturn = *LastCallLocation; in adjustCallLocations()