Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp125 bool FixItRewriter::IncludeInDiagnosticCounts() const { in IncludeInDiagnosticCounts() function in FixItRewriter
126 return Client ? Client->IncludeInDiagnosticCounts() : true; in IncludeInDiagnosticCounts()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h121 bool IncludeInDiagnosticCounts() const override;
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp518 if (Client->IncludeInDiagnosticCounts()) { in Report()
562 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.cpp774 Diag.Client->IncludeInDiagnosticCounts()) { in ProcessDiag()
797 if (Diag.Client->IncludeInDiagnosticCounts()) { in ProcessDiag()
824 if (Diag.Client->IncludeInDiagnosticCounts()) { in EmitDiag()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1788 virtual bool IncludeInDiagnosticCounts() const;
1823 bool IncludeInDiagnosticCounts() const override;