Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Driver/
H A DTools.h95 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function
113 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function
158 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function
170 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Driver/
H A DTool.h117 virtual bool hasGoodDiagnostics() const { return false; } in hasGoodDiagnostics() function