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

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 1594     unresolvedLookupExpr;

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  512   REGISTER_MATCHER(unresolvedLookupExpr);
tools/clang/lib/Analysis/ExprMutationAnalyzer.cpp
  266       callExpr(callee(expr(anyOf(unresolvedLookupExpr(), unresolvedMemberExpr(),
tools/clang/tools/extra/clang-tidy/bugprone/MoveForwardingReferenceCheck.cpp
   84       callExpr(callee(unresolvedLookupExpr(
tools/clang/tools/extra/clang-tidy/misc/UnconventionalAssignOperatorCheck.cpp
   62                                 callee(unresolvedLookupExpr()),
tools/clang/tools/extra/clang-tidy/misc/UnusedUsingDeclsCheck.cpp
   60   Finder->addMatcher(callExpr(callee(unresolvedLookupExpr().bind("used"))),
tools/clang/unittests/AST/ASTImporterTest.cpp
 1068       functionTemplateDecl(hasDescendant(unresolvedLookupExpr())));
tools/clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
  196                                    unresolvedLookupExpr(),
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(