Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.h105 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function
127 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function
H A DFlang.h54 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function
H A DGnu.h108 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function
119 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DTool.h62 virtual bool hasGoodDiagnostics() const { return false; } in hasGoodDiagnostics() function