Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DConstCorrectnessCheck.cpp102 unless(has(decompositionDecl()))) in registerMatchers()
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTTraverserTest.cpp1501 hasDescendant(decompositionDecl().bind("decomp"))), in TEST()
1541 hasDescendant(decompositionDecl().bind("decomp"))), in TEST()
H A DASTImporterTest.cpp3835 FirstDeclMatcher<DecompositionDecl>().match(FromTU, decompositionDecl()); in TEST_P()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp2470 Code, decompositionDecl(hasBinding(0, bindingDecl(hasName("f")))), true, in TEST()
2473 Code, decompositionDecl(hasBinding(42, bindingDecl(hasName("f")))), true, in TEST()
2476 Code, decompositionDecl(hasBinding(0, bindingDecl(hasName("s")))), true, in TEST()
2479 Code, decompositionDecl(hasBinding(1, bindingDecl(hasName("s")))), true, in TEST()
2485 forDecomposition(decompositionDecl( in TEST()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DUnnecessaryCopyInitialization.cpp232 unless(has(decompositionDecl())), in registerMatchers()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp215 REGISTER_MATCHER(decompositionDecl); in RegistryMaps()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp735 const internal::VariadicDynCastAllOfMatcher<Decl, DecompositionDecl> decompositionDecl; variable
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h351 decompositionDecl;