Searched refs:IgnoreErrors (Results 1 – 4 of 4) sorted by relevance
1269 bool IgnoreErrors) {1278 EC = remove_directories_impl(Item, IgnoreErrors);1279 if (EC && !IgnoreErrors)1284 if (EC && !IgnoreErrors)1286 } else if (!IgnoreErrors) {1291 if (EC && !IgnoreErrors)1297 std::error_code remove_directories(const Twine &path, bool IgnoreErrors) {1298 auto EC = remove_directories_impl(path, IgnoreErrors);1299 if (EC && !IgnoreErrors)1302 if (EC && !IgnoreErrors)
1480 bool IgnoreErrors = Errs; in ParseCommandLineOptions() local1551 if (!IgnoreErrors) in ParseCommandLineOptions()1562 if (!IgnoreErrors) in ParseCommandLineOptions()1826 if (!IgnoreErrors) in ParseCommandLineOptions()
1369 std::error_code remove_directories(const Twine &path, bool IgnoreErrors) {1373 if (EC && !IgnoreErrors)1390 if (result != 0 && !IgnoreErrors)
380 std::error_code remove_directories(const Twine &path, bool IgnoreErrors = true);