reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  240   REGISTER_MATCHER(hasAnyDeclaration);
tools/clang/tools/extra/clang-tidy/bugprone/MoveForwardingReferenceCheck.cpp
   85                           hasAnyDeclaration(namedDecl(
tools/clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
  288                       unresolvedLookupExpr(hasAnyDeclaration(
  293       unresolvedLookupExpr(hasAnyDeclaration(namedDecl(hasName("::N::f"))))));
  297       unresolvedLookupExpr(hasAnyDeclaration(namedDecl(hasName("::N::f"))))));
 2611       matches(Fragment, unresolvedLookupExpr(hasAnyDeclaration(functionDecl(
 2614       matches(Fragment, unresolvedLookupExpr(hasAnyDeclaration(functionDecl(
 2617       notMatches(Fragment, unresolvedLookupExpr(hasAnyDeclaration(functionDecl(
 2619   EXPECT_TRUE(notMatches(Fragment, unresolvedLookupExpr(hasAnyDeclaration(