Searched refs:IgnoreErrors (Results 1 – 4 of 4) sorted by relevance
1277 bool IgnoreErrors) {1286 EC = remove_directories_impl(Item, IgnoreErrors);1287 if (EC && !IgnoreErrors)1292 if (EC && !IgnoreErrors)1294 } else if (!IgnoreErrors) {1299 if (EC && !IgnoreErrors)1305 std::error_code remove_directories(const Twine &path, bool IgnoreErrors) {1306 auto EC = remove_directories_impl(path, IgnoreErrors);1307 if (EC && !IgnoreErrors)1310 if (EC && !IgnoreErrors)
1480 bool IgnoreErrors = Errs; in ParseCommandLineOptions() local1551 if (!IgnoreErrors) in ParseCommandLineOptions()1562 if (!IgnoreErrors) in ParseCommandLineOptions()1824 if (!IgnoreErrors) in ParseCommandLineOptions()
1375 std::error_code remove_directories(const Twine &path, bool IgnoreErrors) {1379 if (EC && !IgnoreErrors)1396 if (result != 0 && !IgnoreErrors)
379 std::error_code remove_directories(const Twine &path, bool IgnoreErrors = true);