Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DChainedDiagnosticConsumer.h51 bool IncludeInDiagnosticCounts() const override { in IncludeInDiagnosticCounts() function
52 return Primary->IncludeInDiagnosticCounts(); in IncludeInDiagnosticCounts()
/external/clang/lib/Rewrite/Frontend/
DFixItRewriter.cpp113 bool FixItRewriter::IncludeInDiagnosticCounts() const { in IncludeInDiagnosticCounts() function in FixItRewriter
114 return Client ? Client->IncludeInDiagnosticCounts() : true; in IncludeInDiagnosticCounts()
/external/clang/include/clang/Rewrite/Frontend/
DFixItRewriter.h115 bool IncludeInDiagnosticCounts() const override;
/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp75 virtual bool IncludeInDiagnosticCounts() const { in IncludeInDiagnosticCounts() function in __anon2e2526fe0111::NamespaceDiagnosticWatcher
77 return Chained->IncludeInDiagnosticCounts(); in IncludeInDiagnosticCounts()
/external/clang/lib/Basic/
DDiagnostic.cpp339 if (Client->IncludeInDiagnosticCounts()) { in Report()
385 if (!IncludeInDiagnosticCounts()) in HandleDiagnostic()
960 bool DiagnosticConsumer::IncludeInDiagnosticCounts() const { return true; } in IncludeInDiagnosticCounts() function in DiagnosticConsumer
977 bool ForwardingDiagnosticConsumer::IncludeInDiagnosticCounts() const { in IncludeInDiagnosticCounts() function in ForwardingDiagnosticConsumer
978 return Target.IncludeInDiagnosticCounts(); in IncludeInDiagnosticCounts()
DDiagnosticIDs.cpp615 Diag.Client->IncludeInDiagnosticCounts()) { in ProcessDiag()
639 if (Diag.Client->IncludeInDiagnosticCounts()) { in ProcessDiag()
662 if (Diag.Client->IncludeInDiagnosticCounts()) { in EmitDiag()
/external/clang/tools/clang-check/
DClangCheck.cpp126 bool IncludeInDiagnosticCounts() const override { return false; } in IncludeInDiagnosticCounts() function in __anon41de3f4f0111::FixItRewriter
/external/clang/include/clang/Basic/
DDiagnostic.h1337 virtual bool IncludeInDiagnosticCounts() const;
1372 bool IncludeInDiagnosticCounts() const override;