Searched refs:getCheckNames (Results 1 – 3 of 3) sorted by relevance
44 std::vector<std::string> getCheckNames();57 std::vector<std::string> getCheckNames(const ClangTidyOptions &Options,
452 std::vector<std::string> ClangTidyASTConsumerFactory::getCheckNames() { in getCheckNames() function in clang::tidy::ClangTidyASTConsumerFactory479 getCheckNames(const ClangTidyOptions &Options, in getCheckNames() function486 return Factory.getCheckNames(); in getCheckNames()
425 getCheckNames(EffectiveOptions, AllowEnablingAnalyzerAlphaCheckers); in clangTidyMain()