Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h55 bool IncludeInDiagnosticCounts() const override { in IncludeInDiagnosticCounts() function
56 return Primary->IncludeInDiagnosticCounts(); in IncludeInDiagnosticCounts()
/src/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()
/src/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h121 bool IncludeInDiagnosticCounts() const override;
/src/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()
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1788 virtual bool IncludeInDiagnosticCounts() const;
1823 bool IncludeInDiagnosticCounts() const override;