Searched refs:MethodX (Results 1 – 1 of 1) sorted by relevance
818 StatementMatcher MethodX = in TEST() local822 MethodX, in TEST()933 StatementMatcher MethodX = callExpr(hasDeclaration(methodDecl(hasName("x")))); in TEST() local935 EXPECT_TRUE(matches("class Y { void x() { x(); } };", MethodX)); in TEST()936 EXPECT_TRUE(notMatches("class Y { void x() {} };", MethodX)); in TEST()