Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp494 PathDiagnosticLocation *LastCallLocation = nullptr) { in adjustCallLocations() argument
501 if (LastCallLocation) { in adjustCallLocations()
504 Call->callEnter = *LastCallLocation; in adjustCallLocations()
506 Call->callReturn = *LastCallLocation; in adjustCallLocations()