Searched defs:IncludeInDiagnosticCounts (Results 1 - 3 of 3) 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/lib/Rewrite/Frontend/
H A DFixItRewriter.cpp113 bool FixItRewriter::IncludeInDiagnosticCounts() const { function in class:FixItRewriter
114 return Client ? Client->IncludeInDiagnosticCounts() : true;
/external/clang/lib/Basic/
H A DDiagnostic.cpp382 if (Client->IncludeInDiagnosticCounts()) { function
428 if (!IncludeInDiagnosticCounts())
965 /// IncludeInDiagnosticCounts - This method (whose default implementation
969 bool DiagnosticConsumer::IncludeInDiagnosticCounts() const { return true; } function in class:DiagnosticConsumer

Completed in 92 milliseconds