Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h55 bool IncludeInDiagnosticCounts() const override { in IncludeInDiagnosticCounts() function
56 return Primary->IncludeInDiagnosticCounts(); in IncludeInDiagnosticCounts()
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp124 bool FixItRewriter::IncludeInDiagnosticCounts() const { in IncludeInDiagnosticCounts() function in FixItRewriter
125 return Client ? Client->IncludeInDiagnosticCounts() : true; in IncludeInDiagnosticCounts()
/openbsd-src/gnu/llvm/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h121 bool IncludeInDiagnosticCounts() const override;
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DDiagnostic.cpp522 if (Client->IncludeInDiagnosticCounts()) { in Report()
566 if (!IncludeInDiagnosticCounts()) in HandleDiagnostic()
1195 bool DiagnosticConsumer::IncludeInDiagnosticCounts() const { return true; } in IncludeInDiagnosticCounts() function in DiagnosticConsumer
1212 bool ForwardingDiagnosticConsumer::IncludeInDiagnosticCounts() const { in IncludeInDiagnosticCounts() function in ForwardingDiagnosticConsumer
1213 return Target.IncludeInDiagnosticCounts(); in IncludeInDiagnosticCounts()
H A DDiagnosticIDs.cpp789 Diag.Client->IncludeInDiagnosticCounts()) { in ProcessDiag()
812 if (Diag.Client->IncludeInDiagnosticCounts()) { in ProcessDiag()
839 if (Diag.Client->IncludeInDiagnosticCounts()) { in EmitDiag()
/openbsd-src/gnu/llvm/clang/tools/clang-import-test/
H A Dclang-import-test.cpp98 bool IncludeInDiagnosticCounts() const override { in IncludeInDiagnosticCounts() function in init_convenience::TestDiagnosticConsumer
99 return Passthrough->IncludeInDiagnosticCounts(); in IncludeInDiagnosticCounts()
/openbsd-src/gnu/llvm/clang/tools/clang-check/
H A DClangCheck.cpp134 bool IncludeInDiagnosticCounts() const override { return false; } in IncludeInDiagnosticCounts() function in __anon7571602d0111::FixItRewriter
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDiagnostic.h1783 virtual bool IncludeInDiagnosticCounts() const;
1818 bool IncludeInDiagnosticCounts() const override;