reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
  248     if (!Context.isCheckEnabled(Error.DiagnosticName) &&
  250       ++Context.Stats.ErrorsIgnoredCheckFilter;
  253       ++Context.Stats.ErrorsIgnoredNonUserCode;
  256       ++Context.Stats.ErrorsIgnoredLineFilter;
  259       ++Context.Stats.ErrorsDisplayed;
  377   if (ShouldSuppressDiagnostic(DiagLevel, Info, Context)) {
  378     ++Context.Stats.ErrorsIgnoredNOLINT;
  393     std::string CheckName = Context.getCheckName(Info.getID());
  421                             Context.treatAsError(CheckName);
  422     Errors.emplace_back(CheckName, Level, Context.getCurrentBuildDirectory(),
  432         Context.getLangOpts(), &Context.DiagEngine->getDiagnosticOptions(),
  432         Context.getLangOpts(), &Context.DiagEngine->getDiagnosticOptions(),
  449   if (Context.getGlobalOptions().LineFilter.empty())
  451   for (const FileFilter &Filter : Context.getGlobalOptions().LineFilter) {
  468       Context.getDiagLevelAndFormatString(Info.getID(), Info.getLocation());
  536   if (!*Context.getOptions().SystemHeaders &&
  567         std::make_unique<llvm::Regex>(*Context.getOptions().HeaderFilterRegex);