Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyModule.h36 void registerCheckFactory(llvm::StringRef Name, CheckFactory Factory);
60 registerCheckFactory(CheckName, in registerCheck()
H A DClangTidyModule.cpp19 void ClangTidyCheckFactories::registerCheckFactory(StringRef Name, in registerCheckFactory() function in clang::tidy::ClangTidyCheckFactories