Searched refs:IncludeInDiagnosticCounts (Results 1 - 7 of 7) sorted by relevance

/external/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h51 virtual bool IncludeInDiagnosticCounts() const { function in class:clang::ChainedDiagnosticConsumer
52 return Primary->IncludeInDiagnosticCounts();
/external/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h111 /// IncludeInDiagnosticCounts - This method (whose default implementation
115 virtual bool IncludeInDiagnosticCounts() const;
/external/clang/lib/Rewrite/Frontend/
H A DFixItRewriter.cpp113 bool FixItRewriter::IncludeInDiagnosticCounts() const { function in class:FixItRewriter
114 return Client ? Client->IncludeInDiagnosticCounts() : true;
/external/clang/tools/clang-check/
H A DClangCheck.cpp120 virtual bool IncludeInDiagnosticCounts() const { return false; } function in class:__anon16635::FixItRewriter
/external/clang/lib/Basic/
H A DDiagnostic.cpp382 if (Client->IncludeInDiagnosticCounts()) { function
428 if (!IncludeInDiagnosticCounts())
966 /// IncludeInDiagnosticCounts - This method (whose default implementation
970 bool DiagnosticConsumer::IncludeInDiagnosticCounts() const { return true; } function in class:DiagnosticConsumer
987 bool ForwardingDiagnosticConsumer::IncludeInDiagnosticCounts() const { function in class:ForwardingDiagnosticConsumer
988 return Target.IncludeInDiagnosticCounts();
H A DDiagnosticIDs.cpp641 Diag.Client->IncludeInDiagnosticCounts()) {
665 if (Diag.Client->IncludeInDiagnosticCounts()) {
688 if (Diag.Client->IncludeInDiagnosticCounts()) {
/external/clang/include/clang/Basic/
H A DDiagnostic.h1301 virtual bool IncludeInDiagnosticCounts() const;
1336 virtual bool IncludeInDiagnosticCounts() const;

Completed in 147 milliseconds