Searched refs:computed_location (Results 1 – 2 of 2) sorted by relevance
52 const SourceDir& computed_location, in ComputeTargetNameFromDep() argument62 const std::string& loc = computed_location.value(); in ComputeTargetNameFromDep()
1811 MessageLocation computed_location; in ThrowInternal() local1813 if (location == nullptr && ComputeLocation(&computed_location)) { in ThrowInternal()1814 location = &computed_location; in ThrowInternal()2458 MessageLocation computed_location; in ThrowInternal() local2460 (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() local2481 if (ComputeLocationFromException(&computed_location, exception) || in ThrowInternal()[all …]