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

/external/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h51 bool IncludeInDiagnosticCounts() const override {
52 return Primary->IncludeInDiagnosticCounts();
/external/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h111 /// IncludeInDiagnosticCounts - This method (whose default implementation
115 bool IncludeInDiagnosticCounts() const override;
/external/clang/lib/Rewrite/Frontend/
H A DFixItRewriter.cpp113 bool FixItRewriter::IncludeInDiagnosticCounts() const { function in class:FixItRewriter
114 return Client ? Client->IncludeInDiagnosticCounts() : true;
/external/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp75 virtual bool IncludeInDiagnosticCounts() const { function in class:__anon19548::NamespaceDiagnosticWatcher
77 return Chained->IncludeInDiagnosticCounts();
/external/clang/lib/Basic/
H A DDiagnostic.cpp339 if (Client->IncludeInDiagnosticCounts()) {
385 if (!IncludeInDiagnosticCounts())
956 /// IncludeInDiagnosticCounts - This method (whose default implementation
960 bool DiagnosticConsumer::IncludeInDiagnosticCounts() const { return true; } function in class:DiagnosticConsumer
977 bool ForwardingDiagnosticConsumer::IncludeInDiagnosticCounts() const { function in class:ForwardingDiagnosticConsumer
978 return Target.IncludeInDiagnosticCounts();
H A DDiagnosticIDs.cpp615 Diag.Client->IncludeInDiagnosticCounts()) {
639 if (Diag.Client->IncludeInDiagnosticCounts()) {
662 if (Diag.Client->IncludeInDiagnosticCounts()) {
/external/clang/tools/clang-check/
H A DClangCheck.cpp126 bool IncludeInDiagnosticCounts() const override { return false; }
/external/clang/include/clang/Basic/
H A DDiagnostic.h1337 virtual bool IncludeInDiagnosticCounts() const;
1372 bool IncludeInDiagnosticCounts() const override;

Completed in 3876 milliseconds