Searched defs:DecompositionDecl (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | cfg.cpp | 663 void DecompositionDecl() { in DecompositionDecl() function
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 66 class DecompositionDecl; variable 4055 DecompositionDecl(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in DecompositionDecl() function
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 7940 AST_MATCHER_P2(DecompositionDecl, hasBinding, unsigned, N, in AST_MATCHER_P2() argument 7964 AST_MATCHER_P(DecompositionDecl, hasAnyBinding, internal::Matcher<BindingDecl>, in AST_MATCHER_P() argument
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersNodeTest.cpp | 2459 TEST(ASTMatchersTest, DecompositionDecl) { in TEST() argument
|