Searched refs:hasAnyDeclaration (Results 1 – 4 of 4) sorted by relevance
82 hasAnyDeclaration(namedDecl( in registerMatchers()
290 unresolvedLookupExpr(hasAnyDeclaration( in TEST()295 unresolvedLookupExpr(hasAnyDeclaration(namedDecl(hasName("::N::f")))))); in TEST()299 unresolvedLookupExpr(hasAnyDeclaration(namedDecl(hasName("::N::f")))))); in TEST()5810 matches(Fragment, unresolvedLookupExpr(hasAnyDeclaration(functionDecl( in TEST()5813 matches(Fragment, unresolvedLookupExpr(hasAnyDeclaration(functionDecl( in TEST()5816 notMatches(Fragment, unresolvedLookupExpr(hasAnyDeclaration(functionDecl( in TEST()5818 EXPECT_TRUE(notMatches(Fragment, unresolvedLookupExpr(hasAnyDeclaration( in TEST()
274 REGISTER_MATCHER(hasAnyDeclaration); in RegistryMaps()
4208 AST_MATCHER_P(OverloadExpr, hasAnyDeclaration, internal::Matcher<Decl>, in AST_MATCHER_P() argument