Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DTools.h107 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function
125 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function
168 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function
179 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function
/external/clang/include/clang/Driver/
DTool.h117 virtual bool hasGoodDiagnostics() const { return false; } in hasGoodDiagnostics() function