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

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

Completed in 241 milliseconds