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

  /external/clang/include/clang/Frontend/
ChainedDiagnosticConsumer.h 51 bool IncludeInDiagnosticCounts() const override {
52 return Primary->IncludeInDiagnosticCounts();
  /external/clang/include/clang/Rewrite/Frontend/
FixItRewriter.h 111 /// IncludeInDiagnosticCounts - This method (whose default implementation
115 bool IncludeInDiagnosticCounts() const override;
  /external/clang/lib/Rewrite/Frontend/
FixItRewriter.cpp 113 bool FixItRewriter::IncludeInDiagnosticCounts() const {
114 return Client ? Client->IncludeInDiagnosticCounts() : true;
  /external/clang/unittests/Sema/
ExternalSemaSourceTest.cpp 75 virtual bool IncludeInDiagnosticCounts() const {
77 return Chained->IncludeInDiagnosticCounts();
  /external/clang/lib/Basic/
Diagnostic.cpp 339 if (Client->IncludeInDiagnosticCounts()) {
385 if (!IncludeInDiagnosticCounts())
    [all...]
DiagnosticIDs.cpp 615 Diag.Client->IncludeInDiagnosticCounts()) {
639 if (Diag.Client->IncludeInDiagnosticCounts()) {
662 if (Diag.Client->IncludeInDiagnosticCounts()) {
  /external/clang/tools/clang-check/
ClangCheck.cpp 126 bool IncludeInDiagnosticCounts() const override { return false; }
  /external/clang/include/clang/Basic/
Diagnostic.h     [all...]

Completed in 107 milliseconds