reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

tools/clang/include/clang/AST/DeclCXX.h
 3718 class BindingDecl : public ValueDecl {
tools/clang/include/clang/AST/RecursiveASTVisitor.h
 1957 DEF_TRAVERSE_DECL(BindingDecl, {
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
  842 Decl *TemplateDeclInstantiator::VisitBindingDecl(BindingDecl *D) {