Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/unittests/clang-tidy/
H A DModernizeModuleTest.cpp39 static bool matchText(const char *Text, bool AllowComma) { in matchText() function
252 EXPECT_TRUE(matchText(Param.Text, Param.AllowComma) == Param.Matched); in TEST_P()