HomeSort by relevance Sort by last modified time
    Searched defs:IncludeInDiagnosticCounts (Results 1 - 3 of 3) sorted by null

  /development/vndk/tools/header-checker/src/dumper/
diagnostic_consumer.cpp 48 bool HeaderCheckerDiagnosticConsumer::IncludeInDiagnosticCounts() const {
  /external/clang/lib/Frontend/Rewrite/
FixItRewriter.cpp 118 bool FixItRewriter::IncludeInDiagnosticCounts() const {
119 return Client ? Client->IncludeInDiagnosticCounts() : true;
  /external/clang/lib/Basic/
Diagnostic.cpp 355 if (Client->IncludeInDiagnosticCounts()) {
401 if (!IncludeInDiagnosticCounts())
    [all...]

Completed in 412 milliseconds