Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp238 PathDiagnosticLocation *ThisCallLocation; in adjustCallLocations() local
241 ThisCallLocation = &Call->callEnterWithin; in adjustCallLocations()
243 ThisCallLocation = &Call->callEnter; in adjustCallLocations()
245 assert(ThisCallLocation && "Outermost call has an invalid location"); in adjustCallLocations()
246 adjustCallLocations(Call->path, ThisCallLocation); in adjustCallLocations()