Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DUnconventionalAssignOperatorCheck.cpp57 callee(unresolvedLookupExpr()), in registerMatchers()
DUnusedUsingDeclsCheck.cpp70 Finder->addMatcher(callExpr(callee(unresolvedLookupExpr().bind("used"))), in registerMatchers()
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DMoveForwardingReferenceCheck.cpp81 callExpr(callee(unresolvedLookupExpr( in registerMatchers()
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp288 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()
DASTMatchersNodeTest.cpp271 unresolvedLookupExpr())); in TEST_P()
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp410 REGISTER_MATCHER(unresolvedLookupExpr); in RegistryMaps()
/external/llvm-project/clang/lib/Analysis/
DExprMutationAnalyzer.cpp328 callee(expr(anyOf(unresolvedLookupExpr(), unresolvedMemberExpr(), in findDirectMutation()
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp539 REGISTER_MATCHER(unresolvedLookupExpr); in RegistryMaps()
/external/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp838 unresolvedLookupExpr; variable
/external/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp187 unresolvedLookupExpr(), in TEST()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h1179 UnresolvedLookupExpr> unresolvedLookupExpr; variable
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h1766 unresolvedLookupExpr;
/external/llvm-project/clang/unittests/AST/
DASTImporterTest.cpp807 functionTemplateDecl(hasDescendant(unresolvedLookupExpr()))); in TEST_P()