Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/
H A DCTTestTidyModule.cpp22 class MyTestCheck : public ClangTidyCheck { class
25 MyTestCheck(StringRef Name, ClangTidyContext *Context) in MyTestCheck() function in __anon1515f5140111::MyTestCheck
44 CheckFactories.registerCheck<MyTestCheck>("mytest1"); in addCheckFactories()
45 CheckFactories.registerCheck<MyTestCheck>("mytest2"); in addCheckFactories()
47 CheckFactories.registerCheck<MyTestCheck>("misc-definitions-in-headers"); in addCheckFactories()