Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DChainedDiagnosticConsumer.h56 bool IncludeInDiagnosticCounts() const override { in IncludeInDiagnosticCounts() function
57 return Primary->IncludeInDiagnosticCounts(); in IncludeInDiagnosticCounts()
/external/clang/lib/Frontend/Rewrite/
DFixItRewriter.cpp111 bool FixItRewriter::IncludeInDiagnosticCounts() const { in IncludeInDiagnosticCounts() function in FixItRewriter
112 return Client ? Client->IncludeInDiagnosticCounts() : true; in IncludeInDiagnosticCounts()
/external/clang/include/clang/Rewrite/Frontend/
DFixItRewriter.h115 bool IncludeInDiagnosticCounts() const override;
/external/clang/lib/Basic/
DDiagnostic.cpp341 if (Client->IncludeInDiagnosticCounts()) { in Report()
387 if (!IncludeInDiagnosticCounts()) in HandleDiagnostic()
971 bool DiagnosticConsumer::IncludeInDiagnosticCounts() const { return true; } in IncludeInDiagnosticCounts() function in DiagnosticConsumer
988 bool ForwardingDiagnosticConsumer::IncludeInDiagnosticCounts() const { in IncludeInDiagnosticCounts() function in ForwardingDiagnosticConsumer
989 return Target.IncludeInDiagnosticCounts(); in IncludeInDiagnosticCounts()
DDiagnosticIDs.cpp642 Diag.Client->IncludeInDiagnosticCounts()) { in ProcessDiag()
665 if (Diag.Client->IncludeInDiagnosticCounts()) { in ProcessDiag()
688 if (Diag.Client->IncludeInDiagnosticCounts()) { in EmitDiag()
/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp75 bool IncludeInDiagnosticCounts() const override { in IncludeInDiagnosticCounts() function in __anon1ee1c6270111::NamespaceDiagnosticWatcher
77 return Chained->IncludeInDiagnosticCounts(); in IncludeInDiagnosticCounts()
/external/clang/tools/clang-check/
DClangCheck.cpp118 bool IncludeInDiagnosticCounts() const override { return false; } in IncludeInDiagnosticCounts() function in __anon3a0a24580111::FixItRewriter
/external/clang/include/clang/Basic/
DDiagnostic.h1345 virtual bool IncludeInDiagnosticCounts() const;
1380 bool IncludeInDiagnosticCounts() const override;