Searched refs:unresolvedLookupExpr (Results 1 – 13 of 13) sorted by relevance
57 callee(unresolvedLookupExpr()), in registerMatchers()
70 Finder->addMatcher(callExpr(callee(unresolvedLookupExpr().bind("used"))), in registerMatchers()
81 callExpr(callee(unresolvedLookupExpr( in registerMatchers()
288 unresolvedLookupExpr(hasAnyDeclaration( in TEST()293 unresolvedLookupExpr(hasAnyDeclaration(namedDecl(hasName("::N::f")))))); in TEST()297 unresolvedLookupExpr(hasAnyDeclaration(namedDecl(hasName("::N::f")))))); in TEST()4139 matches(Fragment, unresolvedLookupExpr(hasAnyDeclaration(functionDecl( in TEST()4142 matches(Fragment, unresolvedLookupExpr(hasAnyDeclaration(functionDecl( in TEST()4145 notMatches(Fragment, unresolvedLookupExpr(hasAnyDeclaration(functionDecl( in TEST()4147 EXPECT_TRUE(notMatches(Fragment, unresolvedLookupExpr(hasAnyDeclaration( in TEST()
271 unresolvedLookupExpr())); in TEST_P()
410 REGISTER_MATCHER(unresolvedLookupExpr); in RegistryMaps()
328 callee(expr(anyOf(unresolvedLookupExpr(), unresolvedMemberExpr(), in findDirectMutation()
539 REGISTER_MATCHER(unresolvedLookupExpr); in RegistryMaps()
838 unresolvedLookupExpr; variable
187 unresolvedLookupExpr(), in TEST()
1179 UnresolvedLookupExpr> unresolvedLookupExpr; variable
1766 unresolvedLookupExpr;
807 functionTemplateDecl(hasDescendant(unresolvedLookupExpr()))); in TEST_P()