Home
last modified time | relevance | path

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

/freebsd/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/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/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h121 bool IncludeInDiagnosticCounts() const override;
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp668 if (Client->IncludeInDiagnosticCounts()) { in Report()
710 if (DiagLevel >= Error && Client->IncludeInDiagnosticCounts()) in ProcessDiag()
730 if (Client->IncludeInDiagnosticCounts()) in ProcessDiag()
812 if (!IncludeInDiagnosticCounts()) in HandleDiagnostic()
1480 bool DiagnosticConsumer::IncludeInDiagnosticCounts() const { return true; } in IncludeInDiagnosticCounts() function in DiagnosticConsumer
1496 bool ForwardingDiagnosticConsumer::IncludeInDiagnosticCounts() const { in IncludeInDiagnosticCounts() function in ForwardingDiagnosticConsumer
1497 return Target.IncludeInDiagnosticCounts(); in IncludeInDiagnosticCounts()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1758 virtual bool IncludeInDiagnosticCounts() const;
1793 bool IncludeInDiagnosticCounts() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc957 …5IncludeInDiagnosticCountsEv", "clang::ChainedDiagnosticClient::IncludeInDiagnosticCounts() const"…
8595 …tRewriter25IncludeInDiagnosticCountsEv", "clang::FixItRewriter::IncludeInDiagnosticCounts() const"…
11438 …Client25IncludeInDiagnosticCountsEv", "clang::DiagnosticClient::IncludeInDiagnosticCounts() const"…