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.cpp118 bool FixItRewriter::IncludeInDiagnosticCounts() const { in IncludeInDiagnosticCounts() function in FixItRewriter
119 return Client ? Client->IncludeInDiagnosticCounts() : true; in IncludeInDiagnosticCounts()
/external/clang/include/clang/Rewrite/Frontend/
DFixItRewriter.h119 bool IncludeInDiagnosticCounts() const override;
/external/clang/lib/Basic/
DDiagnostic.cpp355 if (Client->IncludeInDiagnosticCounts()) { in Report()
401 if (!IncludeInDiagnosticCounts()) in HandleDiagnostic()
981 bool DiagnosticConsumer::IncludeInDiagnosticCounts() const { return true; } in IncludeInDiagnosticCounts() function in DiagnosticConsumer
998 bool ForwardingDiagnosticConsumer::IncludeInDiagnosticCounts() const { in IncludeInDiagnosticCounts() function in ForwardingDiagnosticConsumer
999 return Target.IncludeInDiagnosticCounts(); in IncludeInDiagnosticCounts()
DDiagnosticIDs.cpp640 Diag.Client->IncludeInDiagnosticCounts()) { in ProcessDiag()
663 if (Diag.Client->IncludeInDiagnosticCounts()) { in ProcessDiag()
686 if (Diag.Client->IncludeInDiagnosticCounts()) { in EmitDiag()
/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp79 bool IncludeInDiagnosticCounts() const override { in IncludeInDiagnosticCounts() function in __anonb6b35f260111::DiagnosticWatcher
81 return Chained->IncludeInDiagnosticCounts(); in IncludeInDiagnosticCounts()
/external/clang/tools/clang-check/
DClangCheck.cpp120 bool IncludeInDiagnosticCounts() const override { return false; } in IncludeInDiagnosticCounts() function in __anon36856a770111::FixItRewriter
/external/clang/include/clang/Basic/
DDiagnostic.h1358 virtual bool IncludeInDiagnosticCounts() const;
1393 bool IncludeInDiagnosticCounts() const override;