Searched refs:ThisCallLocation (Results 1 – 1 of 1) sorted by relevance
545 PathDiagnosticLocation *ThisCallLocation; in adjustCallLocations() local548 ThisCallLocation = &Call->callEnterWithin; in adjustCallLocations()550 ThisCallLocation = &Call->callEnter; in adjustCallLocations()552 assert(ThisCallLocation && "Outermost call has an invalid location"); in adjustCallLocations()553 adjustCallLocations(Call->path, ThisCallLocation); in adjustCallLocations()