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 56 bool IncludeInDiagnosticCounts() const override {
57 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/Frontend/Rewrite/
FixItRewriter.cpp 111 bool FixItRewriter::IncludeInDiagnosticCounts() const {
112 return Client ? Client->IncludeInDiagnosticCounts() : true;
  /external/clang/unittests/Sema/
ExternalSemaSourceTest.cpp 75 bool IncludeInDiagnosticCounts() const override {
77 return Chained->IncludeInDiagnosticCounts();
  /external/clang/tools/clang-check/
ClangCheck.cpp 118 bool IncludeInDiagnosticCounts() const override { return false; }
  /external/clang/lib/Basic/
Diagnostic.cpp 341 if (Client->IncludeInDiagnosticCounts()) {
387 if (!IncludeInDiagnosticCounts())
    [all...]
DiagnosticIDs.cpp 642 Diag.Client->IncludeInDiagnosticCounts()) {
665 if (Diag.Client->IncludeInDiagnosticCounts()) {
688 if (Diag.Client->IncludeInDiagnosticCounts()) {
  /external/clang/include/clang/Basic/
Diagnostic.h     [all...]

Completed in 138 milliseconds