Home
last modified time | relevance | path

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

/external/clang/include/clang/Driver/
DTool.h117 virtual bool hasGoodDiagnostics() const { return false; } in hasGoodDiagnostics() function
/external/clang/lib/Driver/
DTools.h111 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function
129 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function
176 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function
187 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function
DDriver.cpp839 if (!FailingCommand->getCreator().hasGoodDiagnostics() || Res != 1) { in ExecuteCompilation()