Home
last modified time | relevance | path

Searched refs:forEachConstructorInitializer (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DRedundantMemberInitCheck.cpp32 forEachConstructorInitializer( in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseEqualsDefaultCheck.cpp80 forEachConstructorInitializer(cxxCtorInitializer( in isCopyConstructorAndCanBeDefaulted()
101 forEachConstructorInitializer(cxxCtorInitializer( in isCopyConstructorAndCanBeDefaulted()
H A DUseDefaultMemberInitCheck.cpp215 cxxConstructorDecl(forEachConstructorInitializer( in registerMatchers()
226 cxxConstructorDecl(forEachConstructorInitializer( in registerMatchers()
H A DPassByValueCheck.cpp207 forEachConstructorInitializer( in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DOwningMemoryCheck.cpp102 has(cxxConstructorDecl(forEachConstructorInitializer( in registerMatchers()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp248 REGISTER_MATCHER(forEachConstructorInitializer); in RegistryMaps()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp3090 forEachConstructorInitializer( in TEST()
4794 cxxConstructorDecl(forEachConstructorInitializer(cxxCtorInitializer())))); in TEST()
5141 forEachConstructorInitializer(forField(hasName("i")))), in TEST()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7612 AST_MATCHER_P(CXXConstructorDecl, forEachConstructorInitializer, in AST_MATCHER_P() argument