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

Overrides

tools/clang/lib/AST/Decl.cpp
 1060 void NamedDecl::anchor() {}

Overridden By

tools/clang/lib/AST/Decl.cpp
 4604 void ImplicitParamDecl::anchor() {}
 4686 void IndirectFieldDecl::anchor() {}
tools/clang/lib/AST/DeclCXX.cpp
 1921 void CXXDeductionGuideDecl::anchor() {}
 1966 void CXXMethodDecl::anchor() {}
 2919 void UnresolvedUsingValueDecl::anchor() {}
 2987 void BindingDecl::anchor() {}
 3017 void DecompositionDecl::anchor() {}
 3057 void MSPropertyDecl::anchor() {}
tools/clang/lib/AST/DeclObjC.cpp
 1745 void ObjCIvarDecl::anchor() {}
 1822 void ObjCAtDefsFieldDecl::anchor() {}
tools/clang/lib/AST/DeclOpenMP.cpp
  142 void OMPDeclareReductionDecl::anchor() {}
  172 void OMPDeclareMapperDecl::anchor() {}
  232 void OMPCapturedExprDecl::anchor() {}
tools/clang/lib/AST/DeclTemplate.cpp
 1157 void VarTemplatePartialSpecializationDecl::anchor() {}

Declarations

tools/clang/include/clang/AST/Decl.h
  648   void anchor() override;