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

References

tools/clang/tools/extra/clang-tidy/ClangTidyOptions.cpp
   25 using OptionsSource = clang::tidy::ClangTidyOptionsProvider::OptionsSource;
  178   std::vector<OptionsSource> Result;
  193   std::vector<OptionsSource> RawOptions =
  236   std::vector<OptionsSource> RawOptions =
  238   OptionsSource CommandLineOptions(OverrideOptions,
  245     llvm::Optional<OptionsSource> Result;
tools/clang/tools/extra/clang-tidy/ClangTidyOptions.h
  135   virtual std::vector<OptionsSource>
  153   std::vector<OptionsSource> getRawOptions(llvm::StringRef FileName) override;
  168   std::vector<OptionsSource> getRawOptions(llvm::StringRef FileName) override;
  248   std::vector<OptionsSource> getRawOptions(llvm::StringRef FileName) override;
  253   llvm::Optional<OptionsSource> tryReadConfigFile(llvm::StringRef Directory);
  255   llvm::StringMap<OptionsSource> CachedOptions;
tools/clang/tools/extra/clang-tidy/tool/ClangTidyMain.cpp
  376     std::vector<clang::tidy::ClangTidyOptionsProvider::OptionsSource>