Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/unittests/clang-tidy/
DOverlappingReplacementsTest.cpp61 class RefactorCheck : public ClangTidyCheck { class
63 RefactorCheck(StringRef CheckName, ClangTidyContext *Context) in RefactorCheck() function in clang::tidy::test::__anon9b74487a0111::RefactorCheck
65 RefactorCheck(StringRef CheckName, ClangTidyContext *Context, in RefactorCheck() function in clang::tidy::test::__anon9b74487a0111::RefactorCheck
115 class StartsWithPotaCheck : public RefactorCheck {
118 : RefactorCheck(CheckName, Context, "::pota") {} in StartsWithPotaCheck()
125 class EndsWithTatoCheck : public RefactorCheck {
128 : RefactorCheck(CheckName, Context, "tato$") {} in EndsWithTatoCheck()