Searched refs:XOrYOrZOrUOrV (Results 1 – 1 of 1) sorted by relevance
471 DeclarationMatcher XOrYOrZOrUOrV = in TEST() local474 EXPECT_TRUE(matches("class X {};", XOrYOrZOrUOrV)); in TEST()475 EXPECT_TRUE(matches("class Y {};", XOrYOrZOrUOrV)); in TEST()476 EXPECT_TRUE(matches("class Z {};", XOrYOrZOrUOrV)); in TEST()477 EXPECT_TRUE(matches("class U {};", XOrYOrZOrUOrV)); in TEST()478 EXPECT_TRUE(matches("class V {};", XOrYOrZOrUOrV)); in TEST()479 EXPECT_TRUE(notMatches("class A {};", XOrYOrZOrUOrV)); in TEST()