Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h55 bool IncludeInDiagnosticCounts() const override { in IncludeInDiagnosticCounts() function
56 return Primary->IncludeInDiagnosticCounts(); in IncludeInDiagnosticCounts()
/freebsd/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h121 bool IncludeInDiagnosticCounts() const override;
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp519 if (Client->IncludeInDiagnosticCounts()) { in Report()
563 if (!IncludeInDiagnosticCounts()) in HandleDiagnostic()
1192 bool DiagnosticConsumer::IncludeInDiagnosticCounts() const { return true; } in IncludeInDiagnosticCounts() function in DiagnosticConsumer
1209 bool ForwardingDiagnosticConsumer::IncludeInDiagnosticCounts() const { in IncludeInDiagnosticCounts() function in ForwardingDiagnosticConsumer
1210 return Target.IncludeInDiagnosticCounts(); in IncludeInDiagnosticCounts()
H A DDiagnosticIDs.cpp787 Diag.Client->IncludeInDiagnosticCounts()) { in ProcessDiag()
810 if (Diag.Client->IncludeInDiagnosticCounts()) { in ProcessDiag()
837 if (Diag.Client->IncludeInDiagnosticCounts()) { in EmitDiag()