Searched refs:MethodX (Results 1 – 2 of 2) sorted by relevance
317 StatementMatcher MethodX = in TEST_P() local320 EXPECT_TRUE(matches("class Y { void x() { x(); } };", MethodX)); in TEST_P()321 EXPECT_TRUE(notMatches("class Y { void x() {} };", MethodX)); in TEST_P()
1309 StatementMatcher MethodX = in TEST_P() local1313 "class A { void x() { x(); } };", MethodX, in TEST_P()