Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.h118 bool hasGoodDiagnostics() const override { return true; } hasGoodDiagnostics() function
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 DGnu.h109 bool hasGoodDiagnostics() const override { return true; } hasGoodDiagnostics() function
120 bool hasGoodDiagnostics() const override { return true; } hasGoodDiagnostics() function
/llvm-project/clang/include/clang/Driver/
H A DTool.h63 virtual bool hasGoodDiagnostics() const { return false; } in hasGoodDiagnostics() function