Home
last modified time | relevance | path

Searched defs:IncludeInDiagnosticCounts (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h55 bool IncludeInDiagnosticCounts() const override { in IncludeInDiagnosticCounts() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp1192 bool DiagnosticConsumer::IncludeInDiagnosticCounts() const { return true; } in IncludeInDiagnosticCounts() function in DiagnosticConsumer
1209 bool ForwardingDiagnosticConsumer::IncludeInDiagnosticCounts() const { in IncludeInDiagnosticCounts() function in ForwardingDiagnosticConsumer