Home
last modified time | relevance | path

Searched defs:hasGoodDiagnostics (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.h109 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function
134 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function
H A DFlang.h118 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DTool.h63 virtual bool hasGoodDiagnostics() const { return false; } in hasGoodDiagnostics() function