Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/unittests/clang-tidy/
H A DTransformerClangTidyCheckTest.cpp114 class IntLitCheck : public TransformerClangTidyCheck { class
116 IntLitCheck(StringRef Name, ClangTidyContext *Context) in IntLitCheck() function in clang::tidy::utils::__anon866909200111::IntLitCheck
134 EXPECT_EQ(Expected, test::runCheckOnCode<IntLitCheck>(Input)); in TEST()