Home
last modified time | relevance | path

Searched refs:CallMethodX (Results 1 – 1 of 1) sorted by relevance

/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp1397 StatementMatcher CallMethodX = callExpr(callee(methodDecl(hasName("x")))); in TEST() local
1399 EXPECT_TRUE(matches("class Y { void x() { x(); } };", CallMethodX)); in TEST()
1400 EXPECT_TRUE(notMatches("class Y { void x() {} };", CallMethodX)); in TEST()