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

  /external/clang/include/clang/Frontend/
ChainedDiagnosticConsumer.h 51 virtual bool IncludeInDiagnosticCounts() const {
52 return Primary->IncludeInDiagnosticCounts();
  /external/clang/lib/Rewrite/
FixItRewriter.cpp 113 bool FixItRewriter::IncludeInDiagnosticCounts() const {
114 return Client ? Client->IncludeInDiagnosticCounts() : true;
  /external/clang/lib/Basic/
Diagnostic.cpp 380 if (Client->IncludeInDiagnosticCounts()) {
409 if (!IncludeInDiagnosticCounts())
858 /// IncludeInDiagnosticCounts - This method (whose default implementation
862 bool DiagnosticConsumer::IncludeInDiagnosticCounts() const { return true; }

Completed in 28 milliseconds