Home
last modified time | relevance | path

Searched refs:OnError (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/tools/driver/
H A Ddriver.cpp369 .Case("error", Driver::ReproLevel::OnError) in clang_main()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h562 OnError = static_cast<int>(CommandStatus::Error), enumerator