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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp511 PathDiagnosticLocation *ThisCallLocation; local
514 ThisCallLocation = &Call->callEnterWithin;
516 ThisCallLocation = &Call->callEnter;
518 assert(ThisCallLocation && "Outermost call has an invalid location");
519 adjustCallLocations(Call->path, ThisCallLocation);

Completed in 120 milliseconds