Home
last modified time | relevance | path

Searched defs:DecompositionDecl (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/Analysis/
H A Dcfg.cpp663 void DecompositionDecl() { in DecompositionDecl() function
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h66 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 DASTMatchers.h7940 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 DASTMatchersNodeTest.cpp2459 TEST(ASTMatchersTest, DecompositionDecl) { in TEST() argument