Searched refs:unresolvedLookupExpr (Results 1 – 10 of 10) sorted by relevance
58 callee(unresolvedLookupExpr()), in registerMatchers()
48 Finder->addMatcher(callExpr(callee(unresolvedLookupExpr().bind("used"))), in registerMatchers()
81 callExpr(callee(unresolvedLookupExpr( in registerMatchers()
334 callee(expr(anyOf(unresolvedLookupExpr(), unresolvedMemberExpr(), in findDirectMutation()
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()
271 unresolvedLookupExpr())); in TEST_P()
581 REGISTER_MATCHER(unresolvedLookupExpr); in RegistryMaps()
862 unresolvedLookupExpr; variable
1807 unresolvedLookupExpr;
963 functionTemplateDecl(hasDescendant(unresolvedLookupExpr()))); in TEST_P()