Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Frontend/
HDChainedDiagnosticConsumer.h56 bool IncludeInDiagnosticCounts() const override { in IncludeInDiagnosticCounts() function
57 return Primary->IncludeInDiagnosticCounts(); in IncludeInDiagnosticCounts()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
HDFixItRewriter.cpp118 bool FixItRewriter::IncludeInDiagnosticCounts() const { in IncludeInDiagnosticCounts() function in FixItRewriter
119 return Client ? Client->IncludeInDiagnosticCounts() : true; in IncludeInDiagnosticCounts()
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDDiagnostic.cpp354 if (Client->IncludeInDiagnosticCounts()) { in Report()
400 if (!IncludeInDiagnosticCounts()) in HandleDiagnostic()
984 bool DiagnosticConsumer::IncludeInDiagnosticCounts() const { return true; } in IncludeInDiagnosticCounts() function in DiagnosticConsumer
1001 bool ForwardingDiagnosticConsumer::IncludeInDiagnosticCounts() const { in IncludeInDiagnosticCounts() function in ForwardingDiagnosticConsumer
1002 return Target.IncludeInDiagnosticCounts(); in IncludeInDiagnosticCounts()
HDDiagnosticIDs.cpp642 Diag.Client->IncludeInDiagnosticCounts()) { in ProcessDiag()
665 if (Diag.Client->IncludeInDiagnosticCounts()) { in ProcessDiag()
688 if (Diag.Client->IncludeInDiagnosticCounts()) { in EmitDiag()
/NextBSD/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/
HDFixItRewriter.h119 bool IncludeInDiagnosticCounts() const override;
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDDiagnostic.h1353 virtual bool IncludeInDiagnosticCounts() const;
1388 bool IncludeInDiagnosticCounts() const override;