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 55 virtual bool hasGoodDiagnostics() const { return false; }
  /external/clang/lib/Driver/
Tools.h 47 virtual bool hasGoodDiagnostics() const { return true; }
64 virtual bool hasGoodDiagnostics() const { return true; }
100 virtual bool hasGoodDiagnostics() const { return true; }
112 virtual bool hasGoodDiagnostics() const { return true; }
124 virtual bool hasGoodDiagnostics() const { return true; }
197 virtual bool hasGoodDiagnostics() const { return true; }
Driver.cpp 501 if (!FailingCommand->getCreator().hasGoodDiagnostics() || Res != 1) {
    [all...]

Completed in 977 milliseconds