Home
last modified time | relevance | path

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

/llvm-project/clang/test/Analysis/
H A Dcfg.cpp663 void DecompositionDecl() { in DecompositionDecl() function
/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h66 class DecompositionDecl; variable
4170 DecompositionDecl(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, DecompositionDecl() function
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8291 /// Matches the DecompositionDecl the binding belongs to. in AST_MATCHER_P() argument
8267 AST_MATCHER_P2(DecompositionDecl,hasBinding,unsigned,N,internal::Matcher<BindingDecl>,InnerMatcher) AST_MATCHER_P2() argument
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp2600 TEST(ASTMatchersTest,DecompositionDecl) TEST() argument