Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/unittests/clang-tidy/
DOverlappingReplacementsTest.cpp125 class EndsWithTatoCheck : public RefactorCheck { class
127 EndsWithTatoCheck(StringRef CheckName, ClangTidyContext *Context) in EndsWithTatoCheck() function in clang::tidy::test::__anon9b74487a0111::EndsWithTatoCheck
226 EXPECT_EQ(EndsFix, runCheckOnCode<EndsWithTatoCheck>(Code)); in TEST()
256 Res = runCheckOnCode<StartsWithPotaCheck, EndsWithTatoCheck>(Code); in TEST()
267 EndsWithTatoCheck>(Code); in TEST()
402 Res = runCheckOnCode<StartsWithPotaCheck, EndsWithTatoCheck>(Code); in TEST()