Searched refs:computed_location (Results 1 – 1 of 1) sorted by relevance
1203 MessageLocation computed_location; in Throw() local1205 if (location == nullptr && ComputeLocation(&computed_location)) { in Throw()1206 location = &computed_location; in Throw()1797 MessageLocation computed_location; in Throw() local1799 (ComputeLocationFromException(&computed_location, exception) || in Throw()1800 ComputeLocationFromStackTrace(&computed_location, exception) || in Throw()1801 ComputeLocation(&computed_location))) { in Throw()1802 location = &computed_location; in Throw()