HomeSort by relevance Sort by last modified time
    Searched refs:hasGoodDiagnostics (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Driver/
Tool.h 63 virtual bool hasGoodDiagnostics() const { return false; }
  /external/clang/lib/Driver/
Tools.h 93 bool hasGoodDiagnostics() const override { return true; }
109 bool hasGoodDiagnostics() const override { return true; }
144 bool hasGoodDiagnostics() const override { return true; }
156 bool hasGoodDiagnostics() const override { return true; }
Driver.cpp 621 if (!FailingCommand->getCreator().hasGoodDiagnostics() || Res != 1) {
    [all...]

Completed in 34 milliseconds