Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Sema/
H A DTemplate.h32 class BindingDecl; variable
H A DSema.h96 class BindingDecl; global() variable
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8242 AST_MATCHER_P(BindingDecl,forDecomposition,internal::Matcher<ValueDecl>,InnerMatcher) AST_MATCHER_P() argument
8268 AST_MATCHER_P2(DecompositionDecl,hasBinding,unsigned,N,internal::Matcher<BindingDecl>,InnerMatcher) AST_MATCHER_P2() argument
8291 AST_MATCHER_P(DecompositionDecl,hasAnyBinding,internal::Matcher<BindingDecl>,InnerMatcher) AST_MATCHER_P() argument
/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h4116 BindingDecl(DeclContext *DC, SourceLocation IdLoc, IdentifierInfo *Id) BindingDecl() function
[all...]