Searched defs:DecompositionDecl (Results 1 – 4 of 4) sorted by relevance
663 void DecompositionDecl() { in DecompositionDecl() function
66 class DecompositionDecl; variable 4170 DecompositionDecl(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, DecompositionDecl() function
8291 /// 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
2600 TEST(ASTMatchersTest,DecompositionDecl) TEST() argument