Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp317 StatementMatcher MethodX = in TEST_P() local
320 EXPECT_TRUE(matches("class Y { void x() { x(); } };", MethodX)); in TEST_P()
321 EXPECT_TRUE(notMatches("class Y { void x() {} };", MethodX)); in TEST_P()
H A DASTMatchersNarrowingTest.cpp1309 StatementMatcher MethodX = in TEST_P() local
1313 "class A { void x() { x(); } };", MethodX, in TEST_P()