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

References

tools/clang/tools/extra/clang-tidy/ClangTidy.cpp
  503       [&Context](const CommandLineArguments &Args, StringRef Filename) {
  504         ClangTidyOptions Opts = Context.getOptionsForFile(Filename);
  521   Context.setEnableProfiling(EnableCheckProfile);
  522   Context.setProfileStoragePrefix(StoreCheckProfile);
  524   ClangTidyDiagnosticConsumer DiagConsumer(Context);
  527   Context.setDiagnosticsEngine(&DE);
  565   ActionFactory Factory(Context, BaseFS);