Searched defs:IncludeInDiagnosticCounts (Results 1 - 3 of 3) sorted by relevance

/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/unittests/Sema/
H A DExternalSemaSourceTest.cpp75 virtual bool IncludeInDiagnosticCounts() const { function in class:__anon19548::NamespaceDiagnosticWatcher
77 return Chained->IncludeInDiagnosticCounts();
/external/clang/lib/Basic/
H A DDiagnostic.cpp339 if (Client->IncludeInDiagnosticCounts()) {
385 if (!IncludeInDiagnosticCounts())
956 /// IncludeInDiagnosticCounts - This method (whose default implementation
960 bool DiagnosticConsumer::IncludeInDiagnosticCounts() const { return true; } function in class:DiagnosticConsumer
977 bool ForwardingDiagnosticConsumer::IncludeInDiagnosticCounts() const { function in class:ForwardingDiagnosticConsumer
978 return Target.IncludeInDiagnosticCounts();

Completed in 97 milliseconds