Searched defs:BindingDecl (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/include/clang/Sema/ |
H A D | Template.h | 32 class BindingDecl; variable
|
H A D | Sema.h | 96 class BindingDecl; global() variable
|
/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 8242 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 D | DeclCXX.h | 4116 BindingDecl(DeclContext *DC, SourceLocation IdLoc, IdentifierInfo *Id) BindingDecl() function [all...] |