Searched refs:OptionsSource (Results 1 – 3 of 3) sorted by relevance
161 typedef std::pair<ClangTidyOptions, std::string> OptionsSource; typedef165 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;
25 using OptionsSource = clang::tidy::ClangTidyOptionsProvider::OptionsSource; typedef224 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 …]
519 std::vector<clang::tidy::ClangTidyOptionsProvider::OptionsSource> in clangTidyMain()555 std::vector<ClangTidyOptionsProvider::OptionsSource> RawOptions = in clangTidyMain()