Searched refs:AnyOpStar (Results 1 – 1 of 1) sorted by relevance
634 DeclarationMatcher AnyOpStar = functionDecl(hasOverloadedOperatorName("*")); in TEST() local635 EXPECT_TRUE(matches("class Y; int operator*(Y &);", AnyOpStar)); in TEST()636 EXPECT_TRUE(matches("class Y { int operator*(); };", AnyOpStar)); in TEST()