Searched refs:RefactorCheck (Results 1 – 1 of 1) sorted by relevance
61 class RefactorCheck : public ClangTidyCheck { class63 RefactorCheck(StringRef CheckName, ClangTidyContext *Context) in RefactorCheck() function in clang::tidy::test::__anonc832231d0111::RefactorCheck65 RefactorCheck(StringRef CheckName, ClangTidyContext *Context, in RefactorCheck() function in clang::tidy::test::__anonc832231d0111::RefactorCheck115 class StartsWithPotaCheck : public RefactorCheck {118 : RefactorCheck(CheckName, Context, "::pota") {} in StartsWithPotaCheck()125 class EndsWithTatoCheck : public RefactorCheck {128 : RefactorCheck(CheckName, Context, "tato$") {} in EndsWithTatoCheck()