Searched refs:CallMethodX (Results 1 – 1 of 1) sorted by relevance
1397 StatementMatcher CallMethodX = callExpr(callee(methodDecl(hasName("x")))); in TEST() local1399 EXPECT_TRUE(matches("class Y { void x() { x(); } };", CallMethodX)); in TEST()1400 EXPECT_TRUE(notMatches("class Y { void x() {} };", CallMethodX)); in TEST()