Lines Matching refs:computed_location
1811 MessageLocation computed_location; in ThrowInternal() local
1813 if (location == nullptr && ComputeLocation(&computed_location)) { in ThrowInternal()
1814 location = &computed_location; in ThrowInternal()
2458 MessageLocation computed_location; in ThrowInternal() local
2460 (ComputeLocationFromException(&computed_location, exception) || in ThrowInternal()
2461 ComputeLocationFromSimpleStackTrace(&computed_location, exception) || in ThrowInternal()
2462 ComputeLocation(&computed_location))) { in ThrowInternal()
2463 location = &computed_location; in ThrowInternal()
2480 MessageLocation computed_location; in ThrowInternal() local
2481 if (ComputeLocationFromException(&computed_location, exception) || in ThrowInternal()
2482 ComputeLocationFromDetailedStackTrace(&computed_location, exception)) { in ThrowInternal()
2483 location = &computed_location; in ThrowInternal()