Home
last modified time | relevance | path

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

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