Searched refs:hasGoodDiagnostics (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Tool.h | 63 virtual bool hasGoodDiagnostics() const { return false; } in hasGoodDiagnostics() function
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Clang.h | 109 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function 134 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function
|
| H A D | Flang.h | 132 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function
|
| H A D | Gnu.h | 110 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function 121 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 2282 if (!FailingCommand->getCreator().hasGoodDiagnostics() || CommandRes != 1) { in ExecuteCompilation()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 1754 {"_ZNK5clang6driver4Tool18hasGoodDiagnosticsEv", "clang::driver::Tool::hasGoodDiagnostics() const"}, 1774 …7Compile18hasGoodDiagnosticsEv", "clang::driver::tools::gcc::Compile::hasGoodDiagnostics() const"}, 1776 …mpile18hasGoodDiagnosticsEv", "clang::driver::tools::gcc::Precompile::hasGoodDiagnostics() const"}, 1778 …ocess18hasGoodDiagnosticsEv", "clang::driver::tools::gcc::Preprocess::hasGoodDiagnostics() const"}, 1787 …tools7ClangAs18hasGoodDiagnosticsEv", "clang::driver::tools::ClangAs::hasGoodDiagnostics() const"}, 1789 …arwin3CC118hasGoodDiagnosticsEv", "clang::driver::tools::darwin::CC1::hasGoodDiagnostics() const"}, 1794 …ver5tools5Clang18hasGoodDiagnosticsEv", "clang::driver::tools::Clang::hasGoodDiagnostics() const"},
|