Home
last modified time | relevance | path

Searched refs:OptionsSource (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyOptions.h161 typedef std::pair<ClangTidyOptions, std::string> OptionsSource; typedef
165 virtual std::vector<OptionsSource>
184 std::vector<OptionsSource> getRawOptions(llvm::StringRef FileName) override;
230 std::vector<OptionsSource> &CurOptions);
234 llvm::Optional<OptionsSource> tryReadConfigFile(llvm::StringRef Directory);
236 llvm::StringMap<OptionsSource> CachedOptions;
250 std::vector<OptionsSource> getRawOptions(llvm::StringRef FileName) override;
303 std::vector<OptionsSource> getRawOptions(llvm::StringRef FileName) override;
H A DClangTidyOptions.cpp25 using OptionsSource = clang::tidy::ClangTidyOptionsProvider::OptionsSource; typedef
224 std::vector<OptionsSource>
226 std::vector<OptionsSource> Result; in getRawOptions()
240 std::vector<OptionsSource>
242 std::vector<OptionsSource> RawOptions = in getRawOptions()
292 llvm::Optional<OptionsSource> Result; in addRawFileOptions()
341 std::vector<OptionsSource>
352 std::vector<OptionsSource> RawOptions = in getRawOptions()
355 OptionsSource CommandLineOptions(OverrideOptions, in getRawOptions()
362 llvm::Optional<OptionsSource>
[all …]
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/tool/
H A DClangTidyMain.cpp519 std::vector<clang::tidy::ClangTidyOptionsProvider::OptionsSource> in clangTidyMain()
555 std::vector<ClangTidyOptionsProvider::OptionsSource> RawOptions = in clangTidyMain()