Searched refs:AnyOpStar (Results 1 - 1 of 1) sorted by relevance

/external/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp634 DeclarationMatcher AnyOpStar = functionDecl(hasOverloadedOperatorName("*")); local
635 EXPECT_TRUE(matches("class Y; int operator*(Y &);", AnyOpStar));
636 EXPECT_TRUE(matches("class Y { int operator*(); };", AnyOpStar));

Completed in 46 milliseconds