Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DMoveForwardingReferenceCheck.cpp82 hasAnyDeclaration(namedDecl( in registerMatchers()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp290 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()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp274 REGISTER_MATCHER(hasAnyDeclaration); in RegistryMaps()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4208 AST_MATCHER_P(OverloadExpr, hasAnyDeclaration, internal::Matcher<Decl>, in AST_MATCHER_P() argument