Home
last modified time | relevance | path

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

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