Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp219 PathDiagnosticLocation *LastCallLocation = nullptr) { in adjustCallLocations() argument
228 if (LastCallLocation) { in adjustCallLocations()
231 Call->callEnter = *LastCallLocation; in adjustCallLocations()
233 Call->callReturn = *LastCallLocation; in adjustCallLocations()