Searched refs:IncludeInDiagnosticCounts (Results 1 - 8 of 8) sorted by relevance

/external/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h56 bool IncludeInDiagnosticCounts() const override {
57 return Primary->IncludeInDiagnosticCounts();
/external/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h115 /// IncludeInDiagnosticCounts - This method (whose default implementation
119 bool IncludeInDiagnosticCounts() const override;
/external/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp118 bool FixItRewriter::IncludeInDiagnosticCounts() const { function in class:FixItRewriter
119 return Client ? Client->IncludeInDiagnosticCounts() : true;
/external/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp75 bool IncludeInDiagnosticCounts() const override {
77 return Chained->IncludeInDiagnosticCounts();
/external/clang/tools/clang-check/
H A DClangCheck.cpp120 bool IncludeInDiagnosticCounts() const override { return false; }
/external/clang/lib/Basic/
H A DDiagnostic.cpp354 if (Client->IncludeInDiagnosticCounts()) {
400 if (!IncludeInDiagnosticCounts())
976 /// IncludeInDiagnosticCounts - This method (whose default implementation
980 bool DiagnosticConsumer::IncludeInDiagnosticCounts() const { return true; } function in class:DiagnosticConsumer
997 bool ForwardingDiagnosticConsumer::IncludeInDiagnosticCounts() const { function in class:ForwardingDiagnosticConsumer
998 return Target.IncludeInDiagnosticCounts();
H A DDiagnosticIDs.cpp634 Diag.Client->IncludeInDiagnosticCounts()) {
657 if (Diag.Client->IncludeInDiagnosticCounts()) {
680 if (Diag.Client->IncludeInDiagnosticCounts()) {
/external/clang/include/clang/Basic/
H A DDiagnostic.h1351 virtual bool IncludeInDiagnosticCounts() const;
1386 bool IncludeInDiagnosticCounts() const override;

Completed in 360 milliseconds