Home
last modified time | relevance | path

Searched refs:AllowComma (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() argument
41 modernize::IntegralLiteralExpressionMatcher Matcher(Tokens, AllowComma); in matchText()
76 bool AllowComma; member
81 return Str << "Allow operator,: " << std::boolalpha << Value.AllowComma in operator <<()
252 EXPECT_TRUE(matchText(Param.Text, Param.AllowComma) == Param.Matched); in TEST_P()