Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp511 PathDiagnosticLocation *ThisCallLocation; in adjustCallLocations() local
514 ThisCallLocation = &Call->callEnterWithin; in adjustCallLocations()
516 ThisCallLocation = &Call->callEnter; in adjustCallLocations()
518 assert(ThisCallLocation && "Outermost call has an invalid location"); in adjustCallLocations()
519 adjustCallLocations(Call->path, ThisCallLocation); in adjustCallLocations()