Home
last modified time | relevance | path

Searched refs:cxxUnresolvedConstructExpr (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DUnusedRaiiCheck.cpp30 mapAnyOf(cxxConstructExpr, cxxUnresolvedConstructExpr) in registerMatchers()
H A DUnhandledSelfAssignmentCheck.cpp64 hasDescendant(cxxUnresolvedConstructExpr(hasDescendant(declRefExpr( in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DContainerSizeEmptyCheck.cpp74 cxxUnresolvedConstructExpr(hasType(booleanType())), in AST_MATCHER()
158 cxxUnresolvedConstructExpr(argumentCountIs(0))); in registerMatchers()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp343 cxxUnresolvedConstructExpr( in findDirectMutation()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp2229 EXPECT_TRUE(matches(Code, cxxUnresolvedConstructExpr(argumentCountIs(0)))); in TEST()
2230 EXPECT_TRUE(notMatches(Code, cxxUnresolvedConstructExpr(argumentCountIs(1)))); in TEST()
2237 EXPECT_TRUE(matches(Code, cxxUnresolvedConstructExpr(hasArgument( in TEST()
2240 notMatches(Code, cxxUnresolvedConstructExpr(hasArgument( in TEST()
H A DASTMatchersTraversalTest.cpp422 cxxUnresolvedConstructExpr(hasTypeLoc(loc(asString("T")))))); in TEST()
519 cxxUnresolvedConstructExpr(HasArgumentY); in TEST()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp212 REGISTER_MATCHER(cxxUnresolvedConstructExpr); in RegistryMaps()
/llvm-project-15.0.7/clang/unittests/AST/
H A DSourceLocationTest.cpp480 cxxUnresolvedConstructExpr(), Args, Lang_CXX11)); in TEST()
H A DASTImporterTest.cpp976 binaryOperator(has(cxxUnresolvedConstructExpr()))))); in TEST_P()
985 binaryOperator(has(cxxUnresolvedConstructExpr()))))); in TEST_P()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp872 cxxUnresolvedConstructExpr; variable
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1887 cxxUnresolvedConstructExpr;