Home
last modified time | relevance | path

Searched defs:OptionsSource (Results 1 – 2 of 2) 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
H A DClangTidyOptions.cpp25 using OptionsSource = clang::tidy::ClangTidyOptionsProvider::OptionsSource; typedef