Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/tool/
H A DClangTidyMain.cpp560 for (const std::pair<ClangTidyOptions, std::string> &OptionWithSource : in clangTidyMain() local
562 const ClangTidyOptions &Opts = OptionWithSource.first; in clangTidyMain()
565 verifyChecks(Valid.Names, *Opts.Checks, OptionWithSource.second); in clangTidyMain()
572 llvm::WithColor::warning(llvm::errs(), OptionWithSource.second) in clangTidyMain()