Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidy.h44 std::vector<std::string> getCheckNames();
57 std::vector<std::string> getCheckNames(const ClangTidyOptions &Options,
DClangTidy.cpp452 std::vector<std::string> ClangTidyASTConsumerFactory::getCheckNames() { in getCheckNames() function in clang::tidy::ClangTidyASTConsumerFactory
479 getCheckNames(const ClangTidyOptions &Options, in getCheckNames() function
486 return Factory.getCheckNames(); in getCheckNames()
/external/llvm-project/clang-tools-extra/clang-tidy/tool/
DClangTidyMain.cpp425 getCheckNames(EffectiveOptions, AllowEnablingAnalyzerAlphaCheckers); in clangTidyMain()