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 117 virtual bool hasGoodDiagnostics() const { return false; }
  /external/clang/lib/Driver/
Tools.h 107 bool hasGoodDiagnostics() const override { return true; }
125 bool hasGoodDiagnostics() const override { return true; }
168 bool hasGoodDiagnostics() const override { return true; }
179 bool hasGoodDiagnostics() const override { return true; }
    [all...]
Driver.cpp 765 if (!FailingCommand->getCreator().hasGoodDiagnostics() || Res != 1) {
    [all...]

Completed in 37 milliseconds