Searched refs:ClassWithOpStar (Results 1 – 1 of 1) sorted by relevance
1383 DeclarationMatcher ClassWithOpStar = in TEST_P() local1385 EXPECT_TRUE(matches("class Y { int operator*(); };", ClassWithOpStar)); in TEST_P()1386 EXPECT_TRUE(notMatches("class Y { void myOperator(); };", ClassWithOpStar)); in TEST_P()