Searched refs:ChildErr (Results 1 – 1 of 1) sorted by relevance
162 void handleChildImportResult(Error &ResultErr, Error &&ChildErr) { in handleChildImportResult() argument163 if (ChildErr && !IgnoreChildErrors) in handleChildImportResult()164 ResultErr = joinErrors(std::move(ResultErr), std::move(ChildErr)); in handleChildImportResult()166 consumeError(std::move(ChildErr)); in handleChildImportResult()