Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h56 bool IncludeInDiagnosticCounts() const override { in IncludeInDiagnosticCounts() function
57 return Primary->IncludeInDiagnosticCounts(); in IncludeInDiagnosticCounts()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp123 bool FixItRewriter::IncludeInDiagnosticCounts() const { in IncludeInDiagnosticCounts() function in FixItRewriter
124 return Client ? Client->IncludeInDiagnosticCounts() : true; in IncludeInDiagnosticCounts()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h122 bool IncludeInDiagnosticCounts() const override;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DDiagnostic.cpp491 if (Client->IncludeInDiagnosticCounts()) { in Report()
535 if (!IncludeInDiagnosticCounts()) in HandleDiagnostic()
1116 bool DiagnosticConsumer::IncludeInDiagnosticCounts() const { return true; } in IncludeInDiagnosticCounts() function in DiagnosticConsumer
1133 bool ForwardingDiagnosticConsumer::IncludeInDiagnosticCounts() const { in IncludeInDiagnosticCounts() function in ForwardingDiagnosticConsumer
1134 return Target.IncludeInDiagnosticCounts(); in IncludeInDiagnosticCounts()
H A DDiagnosticIDs.cpp661 Diag.Client->IncludeInDiagnosticCounts()) { in ProcessDiag()
684 if (Diag.Client->IncludeInDiagnosticCounts()) { in ProcessDiag()
711 if (Diag.Client->IncludeInDiagnosticCounts()) { in EmitDiag()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnostic.h1531 virtual bool IncludeInDiagnosticCounts() const;
1566 bool IncludeInDiagnosticCounts() const override;