Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyOptions.h160 typedef std::pair<ClangTidyOptions, std::string> OptionsSource; typedef
164 virtual std::vector<OptionsSource>
182 std::vector<OptionsSource> getRawOptions(llvm::StringRef FileName) override;
229 std::vector<OptionsSource> &CurOptions);
233 llvm::Optional<OptionsSource> tryReadConfigFile(llvm::StringRef Directory);
235 llvm::StringMap<OptionsSource> CachedOptions;
251 std::vector<OptionsSource> getRawOptions(llvm::StringRef FileName) override;
305 std::vector<OptionsSource> getRawOptions(llvm::StringRef FileName) override;
DClangTidyOptions.cpp25 using OptionsSource = clang::tidy::ClangTidyOptionsProvider::OptionsSource; typedef
190 std::vector<OptionsSource>
192 std::vector<OptionsSource> Result; in getRawOptions()
207 std::vector<OptionsSource>
209 std::vector<OptionsSource> RawOptions = in getRawOptions()
250 llvm::StringRef AbsolutePath, std::vector<OptionsSource> &CurOptions) { in addRawFileOptions()
258 llvm::Optional<OptionsSource> Result; in addRawFileOptions()
307 std::vector<OptionsSource>
318 std::vector<OptionsSource> RawOptions = in getRawOptions()
321 OptionsSource CommandLineOptions(OverrideOptions, in getRawOptions()
[all …]
/external/llvm-project/clang-tools-extra/clang-tidy/tool/
DClangTidyMain.cpp429 std::vector<clang::tidy::ClangTidyOptionsProvider::OptionsSource> in clangTidyMain()