Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DUnhandledSelfAssignmentCheck.cpp67 hasDescendant(cxxUnresolvedConstructExpr(hasDescendant(declRefExpr( in registerMatchers()
/external/clang/unittests/AST/
DSourceLocationTest.cpp287 cxxUnresolvedConstructExpr(), Args, Lang_CXX11)); in TEST()
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp158 REGISTER_MATCHER(cxxUnresolvedConstructExpr); in RegistryMaps()
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp1726 EXPECT_TRUE(matches(Code, cxxUnresolvedConstructExpr(argumentCountIs(0)))); in TEST()
1727 EXPECT_TRUE(notMatches(Code, cxxUnresolvedConstructExpr(argumentCountIs(1)))); in TEST()
1734 EXPECT_TRUE(matches(Code, cxxUnresolvedConstructExpr(hasArgument( in TEST()
1737 notMatches(Code, cxxUnresolvedConstructExpr(hasArgument( in TEST()
DASTMatchersTraversalTest.cpp411 cxxUnresolvedConstructExpr(HasArgumentY); in TEST()
/external/llvm-project/clang/lib/Analysis/
DExprMutationAnalyzer.cpp337 cxxUnresolvedConstructExpr( in findDirectMutation()
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp202 REGISTER_MATCHER(cxxUnresolvedConstructExpr); in RegistryMaps()
/external/llvm-project/clang/unittests/AST/
DSourceLocationTest.cpp432 cxxUnresolvedConstructExpr(), Args, Lang_CXX11)); in TEST()
DASTImporterTest.cpp820 binaryOperator(has(cxxUnresolvedConstructExpr()))))); in TEST_P()
829 binaryOperator(has(cxxUnresolvedConstructExpr()))))); in TEST_P()
/external/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp848 cxxUnresolvedConstructExpr; variable
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h1250 CXXUnresolvedConstructExpr> cxxUnresolvedConstructExpr; variable
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h1846 cxxUnresolvedConstructExpr;