Searched refs:ErrorOrChild (Results 1 – 4 of 4) sorted by relevance
380 for (auto &ErrorOrChild : Arc->children()) { in dumpArchive() local381 if (std::error_code EC = ErrorOrChild.getError()) in dumpArchive()383 const auto &Child = *ErrorOrChild; in dumpArchive()
327 for (auto &ErrorOrChild : A.children()) { in getArchiveCoveragePoints() local328 FailIfError(ErrorOrChild); in getArchiveCoveragePoints()329 const object::Archive::Child &C = *ErrorOrChild; in getArchiveCoveragePoints()
485 for (auto &ErrorOrChild : Arc->children()) { in dumpArchive() local486 error(ErrorOrChild.getError()); in dumpArchive()487 const Archive::Child &ArcC = *ErrorOrChild; in dumpArchive()
1531 for (auto &ErrorOrChild : a->children()) { in DumpArchive() local1532 if (std::error_code EC = ErrorOrChild.getError()) in DumpArchive()1534 const Archive::Child &C = *ErrorOrChild; in DumpArchive()