Home
last modified time | relevance | path

Searched refs:implicitValueInitExpr (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseDefaultMemberInitCheck.cpp206 cxxBoolLiteral(), cxxNullPtrLiteralExpr(), implicitValueInitExpr(), in registerMatchers()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp383 REGISTER_MATCHER(implicitValueInitExpr); in RegistryMaps()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp853 implicitValueInitExpr; variable
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp1039 has(implicitValueInitExpr(hasType(asString("double")))))), in TEST_P()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1723 implicitValueInitExpr;
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp527 has(implicitValueInitExpr(hasType(asString("double")))))), in TEST_P()