Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp1383 DeclarationMatcher ClassWithOpStar = in TEST_P() local
1385 EXPECT_TRUE(matches("class Y { int operator*(); };", ClassWithOpStar)); in TEST_P()
1386 EXPECT_TRUE(notMatches("class Y { void myOperator(); };", ClassWithOpStar)); in TEST_P()