Searched refs:decompositionDecl (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/ |
| H A D | ConstCorrectnessCheck.cpp | 102 unless(has(decompositionDecl()))) in registerMatchers()
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | ASTTraverserTest.cpp | 1501 hasDescendant(decompositionDecl().bind("decomp"))), in TEST() 1541 hasDescendant(decompositionDecl().bind("decomp"))), in TEST()
|
| H A D | ASTImporterTest.cpp | 3835 FirstDeclMatcher<DecompositionDecl>().match(FromTU, decompositionDecl()); in TEST_P()
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersNodeTest.cpp | 2470 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 D | UnnecessaryCopyInitialization.cpp | 232 unless(has(decompositionDecl())), in registerMatchers()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 215 REGISTER_MATCHER(decompositionDecl); in RegistryMaps()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 735 const internal::VariadicDynCastAllOfMatcher<Decl, DecompositionDecl> decompositionDecl; variable
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 351 decompositionDecl;
|