Searched refs:MethodX (Results 1 – 4 of 4) sorted by relevance
195 StatementMatcher MethodX = in TEST() local198 EXPECT_TRUE(matches("class Y { void x() { x(); } };", MethodX)); in TEST()199 EXPECT_TRUE(notMatches("class Y { void x() {} };", MethodX)); in TEST()
562 StatementMatcher MethodX = in TEST() local566 MethodX, in TEST()
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()
869 StatementMatcher MethodX = in TEST_P() local873 "class A { void x() { x(); } };", MethodX, in TEST_P()