Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp496 PathDiagnosticLocation *LastCallLocation = nullptr) { in adjustCallLocations() argument
503 if (LastCallLocation) { in adjustCallLocations()
506 Call->callEnter = *LastCallLocation; in adjustCallLocations()
508 Call->callReturn = *LastCallLocation; in adjustCallLocations()