Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h55 bool IncludeInDiagnosticCounts() const override { in IncludeInDiagnosticCounts() function
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp124 bool FixItRewriter::IncludeInDiagnosticCounts() const { in IncludeInDiagnosticCounts() function in FixItRewriter
/netbsd/external/apache2/llvm/dist/clang/tools/clang-check/
H A DClangCheck.cpp129 bool IncludeInDiagnosticCounts() const override { return false; } in IncludeInDiagnosticCounts() function in __anoneaf344370111::FixItRewriter
/netbsd/external/apache2/llvm/dist/clang/lib/Basic/
H A DDiagnostic.cpp1131 bool DiagnosticConsumer::IncludeInDiagnosticCounts() const { return true; } in IncludeInDiagnosticCounts() function in DiagnosticConsumer
1148 bool ForwardingDiagnosticConsumer::IncludeInDiagnosticCounts() const { in IncludeInDiagnosticCounts() function in ForwardingDiagnosticConsumer
/netbsd/external/apache2/llvm/dist/clang/tools/clang-import-test/
H A Dclang-import-test.cpp98 virtual bool IncludeInDiagnosticCounts() const override { in IncludeInDiagnosticCounts() function in init_convenience::TestDiagnosticConsumer