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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h55 bool IncludeInDiagnosticCounts() const override {
56 return Primary->IncludeInDiagnosticCounts();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h117 /// IncludeInDiagnosticCounts - This method (whose default implementation
121 bool IncludeInDiagnosticCounts() const override;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp124 bool FixItRewriter::IncludeInDiagnosticCounts() const { function in class:FixItRewriter
125 return Client ? Client->IncludeInDiagnosticCounts() : true;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp496 if (Client->IncludeInDiagnosticCounts()) {
540 if (!IncludeInDiagnosticCounts())
1118 /// IncludeInDiagnosticCounts - This method (whose default implementation
1122 bool DiagnosticConsumer::IncludeInDiagnosticCounts() const { return true; } function in class:DiagnosticConsumer
1139 bool ForwardingDiagnosticConsumer::IncludeInDiagnosticCounts() const { function in class:ForwardingDiagnosticConsumer
1140 return Target.IncludeInDiagnosticCounts();
H A DDiagnosticIDs.cpp666 Diag.Client->IncludeInDiagnosticCounts()) {
689 if (Diag.Client->IncludeInDiagnosticCounts()) {
716 if (Diag.Client->IncludeInDiagnosticCounts()) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1569 virtual bool IncludeInDiagnosticCounts() const;
1604 bool IncludeInDiagnosticCounts() const override;

Completed in 166 milliseconds