Home
last modified time | relevance | path

Searched refs:unresolvedLookupExpr (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DUnconventionalAssignOperatorCheck.cpp58 callee(unresolvedLookupExpr()), in registerMatchers()
H A DUnusedUsingDeclsCheck.cpp48 Finder->addMatcher(callExpr(callee(unresolvedLookupExpr().bind("used"))), in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DMoveForwardingReferenceCheck.cpp81 callExpr(callee(unresolvedLookupExpr( in registerMatchers()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp334 callee(expr(anyOf(unresolvedLookupExpr(), unresolvedMemberExpr(), in findDirectMutation()
/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()
H A DASTMatchersNodeTest.cpp271 unresolvedLookupExpr())); in TEST_P()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp581 REGISTER_MATCHER(unresolvedLookupExpr); in RegistryMaps()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp862 unresolvedLookupExpr; variable
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1807 unresolvedLookupExpr;
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp963 functionTemplateDecl(hasDescendant(unresolvedLookupExpr()))); in TEST_P()